Searched refs:LoadStorePair (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 169 using LoadStorePair = std::pair<Instruction *, Instruction *>; typedef 209 std::vector<LoadStorePair> PromotionCandidates; 331 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCands, in PGOCounterPromoterHelper() argument 389 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCandidates; 399 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCands, in PGOCounterPromoter() argument 554 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCandidates; 652 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> LoopPromotionCandidates; in promoteCounterLoadStores()
|