Searched refs:applyLoopGuards (Results 1 – 3 of 3) sorted by relevance
1235 const SCEV *applyLoopGuards(const SCEV *Expr, const Loop *L);
7217 GetMinTrailingZeros(applyLoopGuards(TCExpr, L))); in getSmallConstantTripMultiple()9488 APInt MaxBECount = getUnsignedRangeMax(applyLoopGuards(Distance, L)); in howFarToZero()9523 APInt MaxInt = getUnsignedRangeMax(applyLoopGuards(Exact, L)); in howFarToZero()13921 const SCEV *ScalarEvolution::applyLoopGuards(const SCEV *Expr, const Loop *L) { in applyLoopGuards() function in ScalarEvolution
5826 SE->applyLoopGuards(ExitCount, TheLoop), in computeMaxVF()