Searched refs:applyLoopGuards (Results 1 – 3 of 3) sorted by relevance
1194 const SCEV *applyLoopGuards(const SCEV *Expr, const Loop *L);
7008 GetMinTrailingZeros(applyLoopGuards(TCExpr, L))); in getSmallConstantTripMultiple()9232 APInt MaxBECount = getUnsignedRangeMax(applyLoopGuards(Distance, L)); in howFarToZero()9267 APInt MaxInt = getUnsignedRangeMax(applyLoopGuards(Exact, L)); in howFarToZero()13397 const SCEV *ScalarEvolution::applyLoopGuards(const SCEV *Expr, const Loop *L) { in applyLoopGuards() function in ScalarEvolution
5867 SE->applyLoopGuards(ExitCount, TheLoop), in computeMaxVF()