Searched refs:TargetLoop (Results 1 – 3 of 3) sorted by relevance
212 auto *TargetLoop = LI.getLoopFor(ExitBlock); in doExtraRewritesBeforeFinalDeletion() local213 if (TargetLoop) in doExtraRewritesBeforeFinalDeletion()214 LoopToCandidates[TargetLoop].emplace_back(OldVal, NewStore); in doExtraRewritesBeforeFinalDeletion()329 auto *TargetLoop = LI.getLoopFor(TargetBlock); in getMaxNumOfPromotionsInLoop() local330 if (!TargetLoop) in getMaxNumOfPromotionsInLoop()332 unsigned MaxPromForTarget = getMaxNumOfPromotionsInLoop(TargetLoop); in getMaxNumOfPromotionsInLoop()333 unsigned PendingCandsInTarget = LoopToCandidates[TargetLoop].size(); in getMaxNumOfPromotionsInLoop()
900 const Loop *TargetLoop) const;908 const Loop *TargetLoop) const;916 const Loop *TargetLoop,
2989 const Loop *TargetLoop) const { in findCoefficient()2993 if (AddRec->getLoop() == TargetLoop) in findCoefficient()2995 return findCoefficient(AddRec->getStart(), TargetLoop); in findCoefficient()3005 const Loop *TargetLoop) const { in zeroCoefficient()3009 if (AddRec->getLoop() == TargetLoop) in zeroCoefficient()3011 return SE->getAddRecExpr(zeroCoefficient(AddRec->getStart(), TargetLoop), in zeroCoefficient()3024 const Loop *TargetLoop, in addToCoefficient() argument3030 TargetLoop, in addToCoefficient()3032 if (AddRec->getLoop() == TargetLoop) { in addToCoefficient()3041 if (SE->isLoopInvariant(AddRec, TargetLoop)) in addToCoefficient()[all …]