Home
last modified time | relevance | path

Searched refs:TargetLoop (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp208 auto *TargetLoop = LI.getLoopFor(ExitBlock); in doExtraRewritesBeforeFinalDeletion() local
209 if (TargetLoop) in doExtraRewritesBeforeFinalDeletion()
210 LoopToCandidates[TargetLoop].emplace_back(OldVal, NewStore); in doExtraRewritesBeforeFinalDeletion()
370 auto *TargetLoop = LI.getLoopFor(TargetBlock); in getMaxNumOfPromotionsInLoop() local
371 if (!TargetLoop) in getMaxNumOfPromotionsInLoop()
373 unsigned MaxPromForTarget = getMaxNumOfPromotionsInLoop(TargetLoop); in getMaxNumOfPromotionsInLoop()
374 unsigned PendingCandsInTarget = LoopToCandidates[TargetLoop].size(); in getMaxNumOfPromotionsInLoop()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h901 const Loop *TargetLoop) const;
909 const Loop *TargetLoop) const;
917 const Loop *TargetLoop,
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp3019 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() argument
3060 TargetLoop, in addToCoefficient()
3062 if (AddRec->getLoop() == TargetLoop) { in addToCoefficient()
3071 if (SE->isLoopInvariant(AddRec, TargetLoop)) in addToCoefficient()
[all …]