struct Dependence::DVEntry

Declaration

struct Dependence::DVEntry { /* full declaration omitted */ };

Description

Dependence::DVEntry - Each level in the distance/direction vector has a direction (or perhaps a union of several directions), and perhaps a distance.

Declared at: llvm/include/llvm/Analysis/DependenceAnalysis.h:84

Member Variables

public unsigned char Direction
public bool Scalar
public bool PeelFirst
public bool PeelLast
public bool Splitable
public const llvm::SCEV* Distance = nullptr

Method Overview

Methods

ΒΆDVEntry()

Declared at: llvm/include/llvm/Analysis/DependenceAnalysis.h:99