Lines Matching refs:getLoop
405 AR->getLoop(), SCEV::FlagAnyWrap), in DoInitialMatch()
468 if (SAR && SAR->getLoop() == &L) in isCanonical()
477 (cast<SCEVAddRecExpr>(S)->getLoop() == &L); in isCanonical()
506 if (!SAR || SAR->getLoop() != &L) { in canonicalize()
510 (cast<SCEVAddRecExpr>(S)->getLoop() == &L); in canonicalize()
693 return SE.getAddRecExpr(Start, Step, AR->getLoop(), SCEV::FlagAnyWrap); in getExactSDiv()
753 S = SE.getAddRecExpr(NewOps, AR->getLoop(), in ExtractImmediate()
779 S = SE.getAddRecExpr(NewOps, AR->getLoop(), in ExtractSymbol()
876 for (PHINode &PN : AR->getLoop()->getHeader()->phis()) { in isExistingPhi()
1221 if (AR->getLoop() != L) { in RateRegister()
1228 if (!AR->getLoop()->contains(L)) { in RateRegister()
2280 assert(AR->getLoop() == L && in OptimizeMax()
2640 if (AR->getLoop() == L) in CollectInterestingTypesAndFactors()
2700 if (AR->getLoop() == L) in findIVOperand()
3475 if (Remainder && (AR->getLoop() == L || !isa<SCEVAddRecExpr>(Remainder))) { in CollectSubexprs()
3484 AR->getLoop(), in CollectSubexprs()
3929 if (AR && (AR->getLoop() == L || LU.AllFixupsOutsideLoop)) { in GenerateScales()
3944 (AR->getLoop() != L && LU.AllFixupsOutsideLoop))) in GenerateScales()