|
LLVM
8.0.1
|
Dependence::DVEntry - Each level in the distance/direction vector has a direction (or perhaps a union of several directions), and perhaps a distance. More...
#include "llvm/Analysis/DependenceAnalysis.h"

Public Types | |
| enum | { NONE = 0, LT = 1, EQ = 2, LE = 3, GT = 4, NE = 5, GE = 6, ALL = 7 } |
Public Member Functions | |
| DVEntry () | |
Public Attributes | |
| unsigned char | Direction: 3 |
| bool | Scalar: 1 |
| bool | PeelFirst: 1 |
| bool | PeelLast: 1 |
| bool | Splitable: 1 |
| const SCEV * | Distance |
Dependence::DVEntry - Each level in the distance/direction vector has a direction (or perhaps a union of several directions), and perhaps a distance.
Definition at line 88 of file DependenceAnalysis.h.
| anonymous enum |
| Enumerator | |
|---|---|
| NONE | |
| LT | |
| EQ | |
| LE | |
| GT | |
| NE | |
| GE | |
| ALL | |
Definition at line 89 of file DependenceAnalysis.h.
|
inline |
Definition at line 103 of file DependenceAnalysis.h.
Definition at line 97 of file DependenceAnalysis.h.
Referenced by getConstantPart(), and llvm::DependenceInfo::getFunction().
Definition at line 102 of file DependenceAnalysis.h.
Referenced by getConstantPart(), and llvm::DependenceInfo::getFunction().
| bool llvm::Dependence::DVEntry::PeelFirst |
Definition at line 99 of file DependenceAnalysis.h.
| bool llvm::Dependence::DVEntry::PeelLast |
Definition at line 100 of file DependenceAnalysis.h.
| bool llvm::Dependence::DVEntry::Scalar |
Definition at line 98 of file DependenceAnalysis.h.
Referenced by getConstantPart().
| bool llvm::Dependence::DVEntry::Splitable |
Definition at line 101 of file DependenceAnalysis.h.
1.8.13