Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp334 InsertPts(InsertPts), LoopToCandidates(LoopToCands), LI(LI) {
379 LoopToCandidates[TargetLoop].emplace_back(OldVal, NewStore); in doExtraRewritesBeforeFinalDeletion()
389 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCandidates; member in __anon719920e10111::PGOCounterPromoterHelper
401 : LoopToCandidates(LoopToCands), L(CurLoop), LI(LI), BFI(BFI) { in PGOCounterPromoter()
444 for (auto &Cand : LoopToCandidates[&L]) { in run()
465 InsertPts, LoopToCandidates, LI); in run()
546 unsigned PendingCandsInTarget = LoopToCandidates[TargetLoop].size(); in getMaxNumOfPromotionsInLoop()
554 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCandidates; member in __anon719920e10111::PGOCounterPromoter