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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h904 const Loop *TargetLoop) const;
912 const Loop *TargetLoop) const;
916 /// coefficient corresponding to the specified TargetLoop.
920 const Loop *TargetLoop,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp227 auto *TargetLoop = LI.getLoopFor(ExitBlock); variable
228 if (TargetLoop)
229 LoopToCandidates[TargetLoop].emplace_back(OldVal, NewStore);
378 auto *TargetLoop = LI.getLoopFor(TargetBlock); local
379 if (!TargetLoop)
381 unsigned MaxPromForTarget = getMaxNumOfPromotionsInLoop(TargetLoop);
382 unsigned PendingCandsInTarget = LoopToCandidates[TargetLoop].size();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2993 const Loop *TargetLoop) const {
2997 if (AddRec->getLoop() == TargetLoop)
2999 return findCoefficient(AddRec->getStart(), TargetLoop);
3009 const Loop *TargetLoop) const {
3013 if (AddRec->getLoop() == TargetLoop)
3015 return SE->getAddRecExpr(zeroCoefficient(AddRec->getStart(), TargetLoop),
3024 // coefficient corresponding to the specified TargetLoop.
3028 const Loop *TargetLoop,
3034 TargetLoop,
3036 if (AddRec->getLoop() == TargetLoop) {
3027 addToCoefficient(const SCEV *Expr, const Loop *TargetLoop, const SCEV *Value) const argument
[all...]

Completed in 113 milliseconds