Searched defs:DVEntry (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h80 /// Dependence::DVEntry - Each level in the distance/direction vector
83 struct DVEntry { struct in class:llvm::Dependence
98 DVEntry() : Direction(ALL), Scalar(true), PeelFirst(false), function in struct:llvm::Dependence::DVEntry
153 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; }
270 DVEntry *DV;
912 void updateDirection(Dependence::DVEntry &Level,

Completed in 51 milliseconds