Searched refs:NewDirection (Results 1 – 1 of 1) sorted by relevance
1340 unsigned NewDirection = Dependence::DVEntry::NONE; in strongSIVtest() local1343 NewDirection = Dependence::DVEntry::LT; in strongSIVtest()1345 NewDirection |= Dependence::DVEntry::EQ; in strongSIVtest()1348 NewDirection |= Dependence::DVEntry::GT; in strongSIVtest()1349 if (NewDirection < Result.DV[Level].Direction) in strongSIVtest()1351 Result.DV[Level].Direction &= NewDirection; in strongSIVtest()1700 unsigned NewDirection = Dependence::DVEntry::NONE; in exactSIVtest() local1715 NewDirection |= Dependence::DVEntry::EQ; in exactSIVtest()1719 NewDirection |= Dependence::DVEntry::GT; in exactSIVtest()1723 NewDirection |= Dependence::DVEntry::LT; in exactSIVtest()[all …]