Searched refs:LoopToCandidates (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 415 InsertPts(InsertPts), LoopToCandidates(LoopToCands), LI(LI) { 460 LoopToCandidates[TargetLoop].emplace_back(OldVal, NewStore); in doExtraRewritesBeforeFinalDeletion() 470 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCandidates; member in __anon21e6fd6b0111::PGOCounterPromoterHelper 482 : LoopToCandidates(LoopToCands), L(CurLoop), LI(LI), BFI(BFI) { in PGOCounterPromoter() 525 for (auto &Cand : LoopToCandidates[&L]) { in run() 546 InsertPts, LoopToCandidates, LI); in run() 627 unsigned PendingCandsInTarget = LoopToCandidates[TargetLoop].size(); in getMaxNumOfPromotionsInLoop() 635 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCandidates; member in __anon21e6fd6b0111::PGOCounterPromoter
|