Searched refs:CounterLoad (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp488 auto *CounterLoad = LoadStore.first; local
490 BasicBlock *BB = CounterLoad->getParent();
494 LoopPromotionCandidates[ParentLoop].emplace_back(CounterLoad, CounterStore);

Completed in 130 milliseconds