Lines Matching refs:getLoop
429 AR->getLoop(), SCEV::FlagAnyWrap), in DoInitialMatch()
492 if (SAR && SAR->getLoop() == &L) in isCanonical()
500 (cast<SCEVAddRecExpr>(S)->getLoop() == &L); in isCanonical()
535 if (!SAR || SAR->getLoop() != &L) { in canonicalize()
538 (cast<SCEVAddRecExpr>(S)->getLoop() == &L); in canonicalize()
725 return SE.getAddRecExpr(Start, Step, AR->getLoop(), SCEV::FlagAnyWrap); in getExactSDiv()
800 S = SE.getAddRecExpr(NewOps, AR->getLoop(), in ExtractImmediate()
826 S = SE.getAddRecExpr(NewOps, AR->getLoop(), in ExtractSymbol()
937 for (PHINode &PN : AR->getLoop()->getHeader()->phis()) { in isExistingPhi()
1272 if (AR->getLoop() != L) { in RateRegister()
1279 if (!AR->getLoop()->contains(L)) { in RateRegister()
2343 assert(AR->getLoop() == L && in OptimizeMax()
2704 if (AR->getLoop() == L) in CollectInterestingTypesAndFactors()
2764 if (AR->getLoop() == L) in findIVOperand()
3562 if (Remainder && (AR->getLoop() == L || !isa<SCEVAddRecExpr>(Remainder))) { in CollectSubexprs()
3571 AR->getLoop(), in CollectSubexprs()
4046 if (AR && (AR->getLoop() == L || LU.AllFixupsOutsideLoop)) { in GenerateScales()
4061 (AR->getLoop() != L && LU.AllFixupsOutsideLoop))) in GenerateScales()