Lines Matching refs:LT
606 if (Direction & DVEntry::LT) in dump()
1134 Result.DV[Level].Direction &= Dependence::DVEntry::LT; in strongSIVtest()
1173 NewDirection = Dependence::DVEntry::LT; in strongSIVtest()
1235 Result.DV[Level].Direction &= unsigned(~Dependence::DVEntry::LT); in weakCrossingSIVtest()
1297 Result.DV[Level].Direction &= unsigned(~Dependence::DVEntry::LT); in weakCrossingSIVtest()
1552 NewDirection |= Dependence::DVEntry::LT; in exactSIVtest()
2597 case Dependence::DVEntry::LT: in exploreDirections()
2628 if (Bound[Level].Lower[Dependence::DVEntry::LT]) in exploreDirections()
2629 DEBUG(dbgs() << *Bound[Level].Lower[Dependence::DVEntry::LT] << '\t'); in exploreDirections()
2632 if (Bound[Level].Upper[Dependence::DVEntry::LT]) in exploreDirections()
2633 DEBUG(dbgs() << *Bound[Level].Upper[Dependence::DVEntry::LT] << '\n'); in exploreDirections()
2660 if (testBounds(Dependence::DVEntry::LT, Level, Bound, Delta)) in exploreDirections()
2800 Bound[K].Lower[Dependence::DVEntry::LT] = nullptr; // Default value = -infinity. in findBoundsLT()
2801 Bound[K].Upper[Dependence::DVEntry::LT] = nullptr; // Default value = +infinity. in findBoundsLT()
2808 Bound[K].Lower[Dependence::DVEntry::LT] = in findBoundsLT()
2812 Bound[K].Upper[Dependence::DVEntry::LT] = in findBoundsLT()
2821 Bound[K].Lower[Dependence::DVEntry::LT] = SE->getNegativeSCEV(B[K].Coeff); in findBoundsLT()
2825 Bound[K].Upper[Dependence::DVEntry::LT] = SE->getNegativeSCEV(B[K].Coeff); in findBoundsLT()
3208 NewDirection |= Dependence::DVEntry::LT; in updateDirection()
3231 NewDirection |= Dependence::DVEntry::LT; in updateDirection()