Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h925 const Loop *TargetLoop) const;
933 const Loop *TargetLoop) const;
937 /// coefficient corresponding to the specified TargetLoop.
941 const Loop *TargetLoop,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp458 auto *TargetLoop = LI.getLoopFor(ExitBlock); in doExtraRewritesBeforeFinalDeletion() local
459 if (TargetLoop) in doExtraRewritesBeforeFinalDeletion()
460 LoopToCandidates[TargetLoop].emplace_back(OldVal, NewStore); in doExtraRewritesBeforeFinalDeletion()
623 auto *TargetLoop = LI.getLoopFor(TargetBlock); in getMaxNumOfPromotionsInLoop() local
624 if (!TargetLoop) in getMaxNumOfPromotionsInLoop()
626 unsigned MaxPromForTarget = getMaxNumOfPromotionsInLoop(TargetLoop); in getMaxNumOfPromotionsInLoop()
627 unsigned PendingCandsInTarget = LoopToCandidates[TargetLoop].size(); in getMaxNumOfPromotionsInLoop()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp3082 const Loop *TargetLoop) const { in findCoefficient()
3086 if (AddRec->getLoop() == TargetLoop) in findCoefficient()
3088 return findCoefficient(AddRec->getStart(), TargetLoop); in findCoefficient()
3098 const Loop *TargetLoop) const { in zeroCoefficient()
3102 if (AddRec->getLoop() == TargetLoop) in zeroCoefficient()
3104 return SE->getAddRecExpr(zeroCoefficient(AddRec->getStart(), TargetLoop), in zeroCoefficient()
3117 const Loop *TargetLoop, in addToCoefficient() argument
3123 TargetLoop, in addToCoefficient()
3125 if (AddRec->getLoop() == TargetLoop) { in addToCoefficient()
3134 if (SE->isLoopInvariant(AddRec, TargetLoop)) in addToCoefficient()
[all …]