Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp184 InsertPts(InsertPts), LoopToCandidates(LoopToCands), LI(LI) {
214 LoopToCandidates[TargetLoop].emplace_back(OldVal, NewStore); in doExtraRewritesBeforeFinalDeletion()
224 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCandidates; member in __anon2c6eeb300111::PGOCounterPromoterHelper
236 : LoopToCandidates(LoopToCands), ExitBlocks(), InsertPts(), L(CurLoop), in PGOCounterPromoter()
260 for (auto &Cand : LoopToCandidates[&L]) { in run()
268 InsertPts, LoopToCandidates, LI); in run()
333 unsigned PendingCandsInTarget = LoopToCandidates[TargetLoop].size(); in getMaxNumOfPromotionsInLoop()
341 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCandidates; member in __anon2c6eeb300111::PGOCounterPromoter