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:87
Member Variables
- public unsigned char Direction
- public bool Scalar
- public bool PeelFirst
- public bool PeelLast
- public bool Splitable
- public const llvm::SCEV* Distance
Method Overview
- public DVEntry()
Methods
ΒΆDVEntry()
DVEntry()
Declared at: llvm/include/llvm/Analysis/DependenceAnalysis.h:102