Searched refs:DVEntry (Results 1 – 3 of 3) sorted by relevance
236 DV = CommonLevels ? new DVEntry[CommonLevels] : nullptr; in FullDependence()603 if (Direction == DVEntry::ALL) in dump()606 if (Direction & DVEntry::LT) in dump()608 if (Direction & DVEntry::EQ) in dump()610 if (Direction & DVEntry::GT) in dump()1084 Result.DV[Level].Direction &= Dependence::DVEntry::LT; in strongSIVtest()1086 Result.DV[Level].Direction &= Dependence::DVEntry::GT; in strongSIVtest()1088 Result.DV[Level].Direction &= Dependence::DVEntry::EQ; in strongSIVtest()1095 Result.DV[Level].Direction &= Dependence::DVEntry::EQ; in strongSIVtest()1120 unsigned NewDirection = Dependence::DVEntry::NONE; in strongSIVtest()[all …]
83 struct DVEntry { struct98 DVEntry() : Direction(ALL), Scalar(true), PeelFirst(false), in DVEntry() argument153 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; } in getDirection()270 DVEntry *DV;912 void updateDirection(Dependence::DVEntry &Level,
150 if (Dir == Dependence::DVEntry::LT || in populateDependencyMatrix()151 Dir == Dependence::DVEntry::LE) in populateDependencyMatrix()153 else if (Dir == Dependence::DVEntry::GT || in populateDependencyMatrix()154 Dir == Dependence::DVEntry::GE) in populateDependencyMatrix()156 else if (Dir == Dependence::DVEntry::EQ) in populateDependencyMatrix()