Home | History | Annotate | Download | only in Analysis

Lines Matching refs:UB

927     const SCEV *UB = SE->getBackedgeTakenCount(L);
928 return SE->getNoopOrZeroExtend(UB, T);
939 if (const SCEV *UB = collectUpperBound(L, T))
940 return dyn_cast<SCEVConstant>(UB);
1223 // i = i' = UB
1562 // If i < 0 or > UB, there's no dependence.
1565 // If i = UB, the direction is >= and peeling the
1673 // If i < 0 or > UB, there's no dependence.
1676 // If i = UB, the direction is >= and peeling the
2630 // UB^*_k = (A^+_k - B^-_k)(U_k - L_k) + (A_k - B_k)L_k
2635 // UB^*_k = (A^+_k - B^-_k)U_k
2671 // UB^=_k = (A_k - B_k)^+ (U_k - L_k) + (A_k - B_k)L_k
2676 // UB^=_k = (A_k - B_k)^+ U_k
2715 // UB^<_k = (A^+_k - B_k)^+ (U_k - L_k - N_k) + (A_k - B_k)L_k - B_k N_k
2720 // UB^<_k = (A^+_k - B_k)^+ (U_k - 1) - B_k
2762 // UB^>_k = (A_k - B^-_k)^+ (U_k - L_k - N_k) + (A_k - B_k)L_k + A_k N_k
2767 // UB^>_k = (A_k - B^-_k)^+ (U_k - 1) + A_k