Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp212 auto *TargetLoop = LI.getLoopFor(ExitBlock); in doExtraRewritesBeforeFinalDeletion() local
213 if (TargetLoop) in doExtraRewritesBeforeFinalDeletion()
214 LoopToCandidates[TargetLoop].emplace_back(OldVal, NewStore); in doExtraRewritesBeforeFinalDeletion()
329 auto *TargetLoop = LI.getLoopFor(TargetBlock); in getMaxNumOfPromotionsInLoop() local
330 if (!TargetLoop) in getMaxNumOfPromotionsInLoop()
332 unsigned MaxPromForTarget = getMaxNumOfPromotionsInLoop(TargetLoop); in getMaxNumOfPromotionsInLoop()
333 unsigned PendingCandsInTarget = LoopToCandidates[TargetLoop].size(); in getMaxNumOfPromotionsInLoop()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h900 const Loop *TargetLoop) const;
908 const Loop *TargetLoop) const;
916 const Loop *TargetLoop,
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2989 const Loop *TargetLoop) const { in findCoefficient()
2993 if (AddRec->getLoop() == TargetLoop) in findCoefficient()
2995 return findCoefficient(AddRec->getStart(), TargetLoop); in findCoefficient()
3005 const Loop *TargetLoop) const { in zeroCoefficient()
3009 if (AddRec->getLoop() == TargetLoop) in zeroCoefficient()
3011 return SE->getAddRecExpr(zeroCoefficient(AddRec->getStart(), TargetLoop), in zeroCoefficient()
3024 const Loop *TargetLoop, in addToCoefficient() argument
3030 TargetLoop, in addToCoefficient()
3032 if (AddRec->getLoop() == TargetLoop) { in addToCoefficient()
3041 if (SE->isLoopInvariant(AddRec, TargetLoop)) in addToCoefficient()
[all …]