Lines Matching refs:getLoop
287 S = SE.getAddRecExpr(Start, Step, A->getLoop(), in FactorOutConstant()
340 A->getLoop(), in SplitAddRecs()
614 L = AR->getLoop(); in getRelevantLoop()
807 A->getLoop(), in ExposePointerBase()
1261 const Loop *L = S->getLoop(); in expandAddRecExprLiterally()
1281 Normalized->getLoop(), in expandAddRecExprLiterally()
1300 Start, Step, Normalized->getLoop(), in expandAddRecExprLiterally()
1402 const Loop *L = S->getLoop(); in visitAddRecExpr()
1418 Value *V = expand(SE.getAddRecExpr(NewOps, S->getLoop(), in visitAddRecExpr()
2039 SE.getPredicatedBackedgeTakenCount(AR->getLoop(), Pred); in generateOverflowCheck()
2194 if (!AR->isAffine() && !SE.dominates(Step, AR->getLoop()->getHeader())) { in follow()