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

/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp237 DV = CommonLevels ? new DVEntry[CommonLevels] : nullptr;
604 if (Direction == DVEntry::ALL)
607 if (Direction & DVEntry::LT)
609 if (Direction & DVEntry::EQ)
611 if (Direction & DVEntry::GT)
1066 Result.DV[Level].Direction &= Dependence::DVEntry::LT;
1068 Result.DV[Level].Direction &= Dependence::DVEntry::GT;
1070 Result.DV[Level].Direction &= Dependence::DVEntry::EQ;
1077 Result.DV[Level].Direction &= Dependence::DVEntry::EQ;
1102 unsigned NewDirection = Dependence::DVEntry
[all...]
/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; }
273 DVEntry *DV;
909 void updateDirection(Dependence::DVEntry &Level,

Completed in 84 milliseconds