Searched refs:TargetLoop (Results 1 – 3 of 3) sorted by relevance
218 auto *TargetLoop = LI.getLoopFor(ExitBlock); in doExtraRewritesBeforeFinalDeletion() local219 if (TargetLoop) in doExtraRewritesBeforeFinalDeletion()220 LoopToCandidates[TargetLoop].emplace_back(OldVal, NewStore); in doExtraRewritesBeforeFinalDeletion()354 auto *TargetLoop = LI.getLoopFor(TargetBlock); in getMaxNumOfPromotionsInLoop() local355 if (!TargetLoop) in getMaxNumOfPromotionsInLoop()357 unsigned MaxPromForTarget = getMaxNumOfPromotionsInLoop(TargetLoop); in getMaxNumOfPromotionsInLoop()358 unsigned PendingCandsInTarget = LoopToCandidates[TargetLoop].size(); in getMaxNumOfPromotionsInLoop()
903 const Loop *TargetLoop) const;911 const Loop *TargetLoop) const;919 const Loop *TargetLoop,
2993 const Loop *TargetLoop) const { in findCoefficient()2997 if (AddRec->getLoop() == TargetLoop) in findCoefficient()2999 return findCoefficient(AddRec->getStart(), TargetLoop); in findCoefficient()3009 const Loop *TargetLoop) const { in zeroCoefficient()3013 if (AddRec->getLoop() == TargetLoop) in zeroCoefficient()3015 return SE->getAddRecExpr(zeroCoefficient(AddRec->getStart(), TargetLoop), in zeroCoefficient()3028 const Loop *TargetLoop, in addToCoefficient() argument3034 TargetLoop, in addToCoefficient()3036 if (AddRec->getLoop() == TargetLoop) { in addToCoefficient()3045 if (SE->isLoopInvariant(AddRec, TargetLoop)) in addToCoefficient()[all …]