Searched refs:NewDirection (Results 1 – 1 of 1) sorted by relevance
1234 unsigned NewDirection = Dependence::DVEntry::NONE; in strongSIVtest() local1237 NewDirection = Dependence::DVEntry::LT; in strongSIVtest()1239 NewDirection |= Dependence::DVEntry::EQ; in strongSIVtest()1242 NewDirection |= Dependence::DVEntry::GT; in strongSIVtest()1243 if (NewDirection < Result.DV[Level].Direction) in strongSIVtest()1245 Result.DV[Level].Direction &= NewDirection; in strongSIVtest()1586 unsigned NewDirection = Dependence::DVEntry::NONE; in exactSIVtest() local1602 NewDirection |= Dependence::DVEntry::LT; in exactSIVtest()1628 NewDirection |= Dependence::DVEntry::EQ; in exactSIVtest()1645 NewDirection |= Dependence::DVEntry::GT; in exactSIVtest()[all …]