Lines Matching refs:Upper

2570     if (Bound[K].Upper[Dependence::DVEntry::ALL])  in banerjeeMIVtest()
2571 LLVM_DEBUG(dbgs() << *Bound[K].Upper[Dependence::DVEntry::ALL] << '\n'); in banerjeeMIVtest()
2684 if (Bound[Level].Upper[Dependence::DVEntry::LT]) in exploreDirections()
2685 LLVM_DEBUG(dbgs() << *Bound[Level].Upper[Dependence::DVEntry::LT] in exploreDirections()
2695 if (Bound[Level].Upper[Dependence::DVEntry::EQ]) in exploreDirections()
2696 LLVM_DEBUG(dbgs() << *Bound[Level].Upper[Dependence::DVEntry::EQ] in exploreDirections()
2706 if (Bound[Level].Upper[Dependence::DVEntry::GT]) in exploreDirections()
2707 LLVM_DEBUG(dbgs() << *Bound[Level].Upper[Dependence::DVEntry::GT] in exploreDirections()
2771 Bound[K].Upper[Dependence::DVEntry::ALL] = nullptr; // Default value = +infinity. in findBoundsALL()
2776 Bound[K].Upper[Dependence::DVEntry::ALL] = in findBoundsALL()
2786 Bound[K].Upper[Dependence::DVEntry::ALL] = in findBoundsALL()
2810 Bound[K].Upper[Dependence::DVEntry::EQ] = nullptr; // Default value = +infinity. in findBoundsEQ()
2817 Bound[K].Upper[Dependence::DVEntry::EQ] = in findBoundsEQ()
2829 Bound[K].Upper[Dependence::DVEntry::EQ] = PositivePart; // Zero in findBoundsEQ()
2850 Bound[K].Upper[Dependence::DVEntry::LT] = nullptr; // Default value = +infinity. in findBoundsLT()
2860 Bound[K].Upper[Dependence::DVEntry::LT] = in findBoundsLT()
2873 Bound[K].Upper[Dependence::DVEntry::LT] = SE->getNegativeSCEV(B[K].Coeff); in findBoundsLT()
2894 Bound[K].Upper[Dependence::DVEntry::GT] = nullptr; // Default value = +infinity. in findBoundsGT()
2904 Bound[K].Upper[Dependence::DVEntry::GT] = in findBoundsGT()
2915 Bound[K].Upper[Dependence::DVEntry::GT] = A[K].Coeff; in findBoundsGT()
2998 const SCEV *Sum = Bound[1].Upper[Bound[1].Direction]; in getUpperBound()
3000 if (Bound[K].Upper[Bound[K].Direction]) in getUpperBound()
3001 Sum = SE->getAddExpr(Sum, Bound[K].Upper[Bound[K].Direction]); in getUpperBound()