Searched refs:NewDirection (Results 1 – 1 of 1) sorted by relevance
1157 unsigned NewDirection = Dependence::DVEntry::NONE; in strongSIVtest() local1160 NewDirection = Dependence::DVEntry::LT; in strongSIVtest()1162 NewDirection |= Dependence::DVEntry::EQ; in strongSIVtest()1165 NewDirection |= Dependence::DVEntry::GT; in strongSIVtest()1166 if (NewDirection < Result.DV[Level].Direction) in strongSIVtest()1168 Result.DV[Level].Direction &= NewDirection; in strongSIVtest()1509 unsigned NewDirection = Dependence::DVEntry::NONE; in exactSIVtest() local1525 NewDirection |= Dependence::DVEntry::LT; in exactSIVtest()1551 NewDirection |= Dependence::DVEntry::EQ; in exactSIVtest()1568 NewDirection |= Dependence::DVEntry::GT; in exactSIVtest()[all …]