Searched refs:TargetLoop (Results 1 – 4 of 4) sorted by relevance
167 Loop *TargetLoop = LI->getLoopFor(TargetBB); in buildEdges() local168 assert(TargetLoop); in buildEdges()169 if (!TargetLoop->contains(&BB)) in buildEdges()
940 const Loop *TargetLoop) const;948 const Loop *TargetLoop) const;956 const Loop *TargetLoop,
480 auto *TargetLoop = LI.getLoopFor(ExitBlock); in doExtraRewritesBeforeFinalDeletion() local481 if (TargetLoop) in doExtraRewritesBeforeFinalDeletion()482 LoopToCandidates[TargetLoop].emplace_back(OldVal, NewStore); in doExtraRewritesBeforeFinalDeletion()645 auto *TargetLoop = LI.getLoopFor(TargetBlock); in getMaxNumOfPromotionsInLoop() local646 if (!TargetLoop) in getMaxNumOfPromotionsInLoop()648 unsigned MaxPromForTarget = getMaxNumOfPromotionsInLoop(TargetLoop); in getMaxNumOfPromotionsInLoop()649 unsigned PendingCandsInTarget = LoopToCandidates[TargetLoop].size(); in getMaxNumOfPromotionsInLoop()
3092 const Loop *TargetLoop) const { in findCoefficient()3096 if (AddRec->getLoop() == TargetLoop) in findCoefficient()3098 return findCoefficient(AddRec->getStart(), TargetLoop); in findCoefficient()3108 const Loop *TargetLoop) const { in zeroCoefficient()3112 if (AddRec->getLoop() == TargetLoop) in zeroCoefficient()3114 return SE->getAddRecExpr(zeroCoefficient(AddRec->getStart(), TargetLoop), in zeroCoefficient()3127 const Loop *TargetLoop, in addToCoefficient() argument3133 TargetLoop, in addToCoefficient()3135 if (AddRec->getLoop() == TargetLoop) { in addToCoefficient()3144 if (SE->isLoopInvariant(AddRec, TargetLoop)) in addToCoefficient()[all …]