Home | History | Annotate | Download | only in Analysis

Lines Matching refs:LT

602           if (Direction & DVEntry::LT)
1061 Result.DV[Level].Direction &= Dependence::DVEntry::LT;
1100 NewDirection = Dependence::DVEntry::LT;
1162 Result.DV[Level].Direction &= unsigned(~Dependence::DVEntry::LT);
1224 Result.DV[Level].Direction &= unsigned(~Dependence::DVEntry::LT);
1468 DEBUG(dbgs() << "\t exploring LT direction\n");
1479 NewDirection |= Dependence::DVEntry::LT;
2524 case Dependence::DVEntry::LT:
2555 if (Bound[Level].Lower[Dependence::DVEntry::LT])
2556 DEBUG(dbgs() << *Bound[Level].Lower[Dependence::DVEntry::LT] << '\t');
2559 if (Bound[Level].Upper[Dependence::DVEntry::LT])
2560 DEBUG(dbgs() << *Bound[Level].Upper[Dependence::DVEntry::LT] << '\n');
2587 if (testBounds(Dependence::DVEntry::LT, Level, Bound, Delta))
2727 Bound[K].Lower[Dependence::DVEntry::LT] = NULL; // Default value = -infinity.
2728 Bound[K].Upper[Dependence::DVEntry::LT] = NULL; // Default value = +infinity.
2735 Bound[K].Lower[Dependence::DVEntry::LT] =
2739 Bound[K].Upper[Dependence::DVEntry::LT] =
2748 Bound[K].Lower[Dependence::DVEntry::LT] = SE->getNegativeSCEV(B[K].Coeff);
2752 Bound[K].Upper[Dependence::DVEntry::LT] = SE->getNegativeSCEV(B[K].Coeff);
3134 NewDirection |= Dependence::DVEntry::LT;
3157 NewDirection |= Dependence::DVEntry::LT;