Searched refs:TargetLoop (Results 1 – 3 of 3) sorted by relevance
217 auto *TargetLoop = LI.getLoopFor(ExitBlock); in doExtraRewritesBeforeFinalDeletion() local218 if (TargetLoop) in doExtraRewritesBeforeFinalDeletion()219 LoopToCandidates[TargetLoop].emplace_back(OldVal, NewStore); in doExtraRewritesBeforeFinalDeletion()380 auto *TargetLoop = LI.getLoopFor(TargetBlock); in getMaxNumOfPromotionsInLoop() local381 if (!TargetLoop) in getMaxNumOfPromotionsInLoop()383 unsigned MaxPromForTarget = getMaxNumOfPromotionsInLoop(TargetLoop); in getMaxNumOfPromotionsInLoop()384 unsigned PendingCandsInTarget = LoopToCandidates[TargetLoop].size(); in getMaxNumOfPromotionsInLoop()
904 const Loop *TargetLoop) const;912 const Loop *TargetLoop) const;920 const Loop *TargetLoop,
2984 const Loop *TargetLoop) const { in findCoefficient()2988 if (AddRec->getLoop() == TargetLoop) in findCoefficient()2990 return findCoefficient(AddRec->getStart(), TargetLoop); in findCoefficient()3000 const Loop *TargetLoop) const { in zeroCoefficient()3004 if (AddRec->getLoop() == TargetLoop) in zeroCoefficient()3006 return SE->getAddRecExpr(zeroCoefficient(AddRec->getStart(), TargetLoop), in zeroCoefficient()3019 const Loop *TargetLoop, in addToCoefficient() argument3025 TargetLoop, in addToCoefficient()3027 if (AddRec->getLoop() == TargetLoop) { in addToCoefficient()3036 if (SE->isLoopInvariant(AddRec, TargetLoop)) in addToCoefficient()[all …]