Searched refs:TargetLoop (Results 1 – 3 of 3) sorted by relevance
208 auto *TargetLoop = LI.getLoopFor(ExitBlock); in doExtraRewritesBeforeFinalDeletion() local209 if (TargetLoop) in doExtraRewritesBeforeFinalDeletion()210 LoopToCandidates[TargetLoop].emplace_back(OldVal, NewStore); in doExtraRewritesBeforeFinalDeletion()370 auto *TargetLoop = LI.getLoopFor(TargetBlock); in getMaxNumOfPromotionsInLoop() local371 if (!TargetLoop) in getMaxNumOfPromotionsInLoop()373 unsigned MaxPromForTarget = getMaxNumOfPromotionsInLoop(TargetLoop); in getMaxNumOfPromotionsInLoop()374 unsigned PendingCandsInTarget = LoopToCandidates[TargetLoop].size(); in getMaxNumOfPromotionsInLoop()
925 const Loop *TargetLoop) const;933 const Loop *TargetLoop) const;941 const Loop *TargetLoop,
3082 const Loop *TargetLoop) const { in findCoefficient()3086 if (AddRec->getLoop() == TargetLoop) in findCoefficient()3088 return findCoefficient(AddRec->getStart(), TargetLoop); in findCoefficient()3098 const Loop *TargetLoop) const { in zeroCoefficient()3102 if (AddRec->getLoop() == TargetLoop) in zeroCoefficient()3104 return SE->getAddRecExpr(zeroCoefficient(AddRec->getStart(), TargetLoop), in zeroCoefficient()3117 const Loop *TargetLoop, in addToCoefficient() argument3123 TargetLoop, in addToCoefficient()3125 if (AddRec->getLoop() == TargetLoop) { in addToCoefficient()3134 if (SE->isLoopInvariant(AddRec, TargetLoop)) in addToCoefficient()[all …]