Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp237 DV = CommonLevels ? new DVEntry[CommonLevels] : nullptr; in FullDependence()
604 if (Direction == DVEntry::ALL) in dump()
607 if (Direction & DVEntry::LT) in dump()
609 if (Direction & DVEntry::EQ) in dump()
611 if (Direction & DVEntry::GT) in dump()
1066 Result.DV[Level].Direction &= Dependence::DVEntry::LT; in strongSIVtest()
1068 Result.DV[Level].Direction &= Dependence::DVEntry::GT; in strongSIVtest()
1070 Result.DV[Level].Direction &= Dependence::DVEntry::EQ; in strongSIVtest()
1077 Result.DV[Level].Direction &= Dependence::DVEntry::EQ; in strongSIVtest()
1102 unsigned NewDirection = Dependence::DVEntry::NONE; in strongSIVtest()
[all …]
/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h83 struct DVEntry { struct
98 DVEntry() : Direction(ALL), Scalar(true), PeelFirst(false), in DVEntry() argument
153 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; } in getDirection()
273 DVEntry *DV;
909 void updateDirection(Dependence::DVEntry &Level,