Searched refs:NewDirection (Results 1 – 1 of 1) sorted by relevance
1321 unsigned NewDirection = Dependence::DVEntry::NONE; in strongSIVtest() local1324 NewDirection = Dependence::DVEntry::LT; in strongSIVtest()1326 NewDirection |= Dependence::DVEntry::EQ; in strongSIVtest()1329 NewDirection |= Dependence::DVEntry::GT; in strongSIVtest()1330 if (NewDirection < Result.DV[Level].Direction) in strongSIVtest()1332 Result.DV[Level].Direction &= NewDirection; in strongSIVtest()1681 unsigned NewDirection = Dependence::DVEntry::NONE; in exactSIVtest() local1696 NewDirection |= Dependence::DVEntry::EQ; in exactSIVtest()1700 NewDirection |= Dependence::DVEntry::GT; in exactSIVtest()1704 NewDirection |= Dependence::DVEntry::LT; in exactSIVtest()[all …]