Lines Matching refs:getLoop
353 S = SE.getAddRecExpr(Start, Step, A->getLoop(), in FactorOutConstant()
406 A->getLoop(), in SplitAddRecs()
690 L = AR->getLoop(); in getRelevantLoop()
936 A->getLoop(), in ExposePointerBase()
1406 const Loop *L = S->getLoop(); in expandAddRecExprLiterally()
1425 Normalized->getLoop(), in expandAddRecExprLiterally()
1444 Start, Step, Normalized->getLoop(), in expandAddRecExprLiterally()
1573 const Loop *L = S->getLoop(); in visitAddRecExpr()
1589 Value *V = expand(SE.getAddRecExpr(NewOps, S->getLoop(), in visitAddRecExpr()
2505 SE.getPredicatedBackedgeTakenCount(AR->getLoop(), Pred); in generateOverflowCheck()
2703 if (!AR->isAffine() && !SE.dominates(Step, AR->getLoop()->getHeader())) { in follow()