Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp181 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCands, in PGOCounterPromoterHelper() argument
184 InsertPts(InsertPts), LoopToCandidates(LoopToCands), LI(LI) {
234 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCands, in PGOCounterPromoter() argument
236 : LoopToCandidates(LoopToCands), ExitBlocks(), InsertPts(), L(CurLoop), in PGOCounterPromoter()