Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp217 auto *TargetLoop = LI.getLoopFor(ExitBlock); in doExtraRewritesBeforeFinalDeletion() local
218 if (TargetLoop) in doExtraRewritesBeforeFinalDeletion()
219 LoopToCandidates[TargetLoop].emplace_back(OldVal, NewStore); in doExtraRewritesBeforeFinalDeletion()
380 auto *TargetLoop = LI.getLoopFor(TargetBlock); in getMaxNumOfPromotionsInLoop() local
381 if (!TargetLoop) in getMaxNumOfPromotionsInLoop()
383 unsigned MaxPromForTarget = getMaxNumOfPromotionsInLoop(TargetLoop); in getMaxNumOfPromotionsInLoop()
384 unsigned PendingCandsInTarget = LoopToCandidates[TargetLoop].size(); in getMaxNumOfPromotionsInLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h904 const Loop *TargetLoop) const;
912 const Loop *TargetLoop) const;
920 const Loop *TargetLoop,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2984 const Loop *TargetLoop) const { in findCoefficient()
2988 if (AddRec->getLoop() == TargetLoop) in findCoefficient()
2990 return findCoefficient(AddRec->getStart(), TargetLoop); in findCoefficient()
3000 const Loop *TargetLoop) const { in zeroCoefficient()
3004 if (AddRec->getLoop() == TargetLoop) in zeroCoefficient()
3006 return SE->getAddRecExpr(zeroCoefficient(AddRec->getStart(), TargetLoop), in zeroCoefficient()
3019 const Loop *TargetLoop, in addToCoefficient() argument
3025 TargetLoop, in addToCoefficient()
3027 if (AddRec->getLoop() == TargetLoop) { in addToCoefficient()
3036 if (SE->isLoopInvariant(AddRec, TargetLoop)) in addToCoefficient()
[all …]