Searched refs:NewDirection (Results 1 – 1 of 1) sorted by relevance
1171 unsigned NewDirection = Dependence::DVEntry::NONE; in strongSIVtest() local1174 NewDirection = Dependence::DVEntry::LT; in strongSIVtest()1176 NewDirection |= Dependence::DVEntry::EQ; in strongSIVtest()1179 NewDirection |= Dependence::DVEntry::GT; in strongSIVtest()1180 if (NewDirection < Result.DV[Level].Direction) in strongSIVtest()1182 Result.DV[Level].Direction &= NewDirection; in strongSIVtest()1535 unsigned NewDirection = Dependence::DVEntry::NONE; in exactSIVtest() local1551 NewDirection |= Dependence::DVEntry::LT; in exactSIVtest()1577 NewDirection |= Dependence::DVEntry::EQ; in exactSIVtest()1594 NewDirection |= Dependence::DVEntry::GT; in exactSIVtest()[all …]