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()
901 const Loop *TargetLoop) const;909 const Loop *TargetLoop) const;917 const Loop *TargetLoop,
3019 const Loop *TargetLoop) const { in findCoefficient()3023 if (AddRec->getLoop() == TargetLoop) in findCoefficient()3025 return findCoefficient(AddRec->getStart(), TargetLoop); in findCoefficient()3035 const Loop *TargetLoop) const { in zeroCoefficient()3039 if (AddRec->getLoop() == TargetLoop) in zeroCoefficient()3041 return SE->getAddRecExpr(zeroCoefficient(AddRec->getStart(), TargetLoop), in zeroCoefficient()3054 const Loop *TargetLoop, in addToCoefficient() argument3060 TargetLoop, in addToCoefficient()3062 if (AddRec->getLoop() == TargetLoop) { in addToCoefficient()3071 if (SE->isLoopInvariant(AddRec, TargetLoop)) in addToCoefficient()[all …]