Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DCFGMST.h167 Loop *TargetLoop = LI->getLoopFor(TargetBB); in buildEdges() local
168 assert(TargetLoop); in buildEdges()
169 if (!TargetLoop->contains(&BB)) in buildEdges()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h940 const Loop *TargetLoop) const;
948 const Loop *TargetLoop) const;
956 const Loop *TargetLoop,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp480 auto *TargetLoop = LI.getLoopFor(ExitBlock); in doExtraRewritesBeforeFinalDeletion() local
481 if (TargetLoop) in doExtraRewritesBeforeFinalDeletion()
482 LoopToCandidates[TargetLoop].emplace_back(OldVal, NewStore); in doExtraRewritesBeforeFinalDeletion()
645 auto *TargetLoop = LI.getLoopFor(TargetBlock); in getMaxNumOfPromotionsInLoop() local
646 if (!TargetLoop) in getMaxNumOfPromotionsInLoop()
648 unsigned MaxPromForTarget = getMaxNumOfPromotionsInLoop(TargetLoop); in getMaxNumOfPromotionsInLoop()
649 unsigned PendingCandsInTarget = LoopToCandidates[TargetLoop].size(); in getMaxNumOfPromotionsInLoop()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp3092 const Loop *TargetLoop) const { in findCoefficient()
3096 if (AddRec->getLoop() == TargetLoop) in findCoefficient()
3098 return findCoefficient(AddRec->getStart(), TargetLoop); in findCoefficient()
3108 const Loop *TargetLoop) const { in zeroCoefficient()
3112 if (AddRec->getLoop() == TargetLoop) in zeroCoefficient()
3114 return SE->getAddRecExpr(zeroCoefficient(AddRec->getStart(), TargetLoop), in zeroCoefficient()
3127 const Loop *TargetLoop, in addToCoefficient() argument
3133 TargetLoop, in addToCoefficient()
3135 if (AddRec->getLoop() == TargetLoop) { in addToCoefficient()
3144 if (SE->isLoopInvariant(AddRec, TargetLoop)) in addToCoefficient()
[all …]