Searched refs:LoopToCandidates (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 166 InsertPts(InsertPts), LoopToCandidates(LoopToCands), LI(LI) { 210 LoopToCandidates[TargetLoop].emplace_back(OldVal, NewStore); in doExtraRewritesBeforeFinalDeletion() 220 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCandidates; member in __anon65a6b4620111::PGOCounterPromoterHelper 232 : LoopToCandidates(LoopToCands), L(CurLoop), LI(LI), BFI(BFI) { in PGOCounterPromoter() 272 for (auto &Cand : LoopToCandidates[&L]) { in run() 293 InsertPts, LoopToCandidates, LI); in run() 374 unsigned PendingCandsInTarget = LoopToCandidates[TargetLoop].size(); in getMaxNumOfPromotionsInLoop() 382 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCandidates; member in __anon65a6b4620111::PGOCounterPromoter
|