Lines Matching refs:getLoop
300 S = SE.getAddRecExpr(Start, Step, A->getLoop(), in FactorOutConstant()
353 A->getLoop(), in SplitAddRecs()
632 L = AR->getLoop(); in getRelevantLoop()
863 A->getLoop(), in ExposePointerBase()
1321 const Loop *L = S->getLoop(); in expandAddRecExprLiterally()
1340 Normalized->getLoop(), in expandAddRecExprLiterally()
1359 Start, Step, Normalized->getLoop(), in expandAddRecExprLiterally()
1470 const Loop *L = S->getLoop(); in visitAddRecExpr()
1486 Value *V = expand(SE.getAddRecExpr(NewOps, S->getLoop(), in visitAddRecExpr()
2155 SE.getPredicatedBackedgeTakenCount(AR->getLoop(), Pred); in generateOverflowCheck()
2322 if (!AR->isAffine() && !SE.dominates(Step, AR->getLoop()->getHeader())) { in follow()