Searched refs:LoadStorePair (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 231 using LoadStorePair = std::pair<Instruction *, Instruction *>; typedef 300 std::vector<LoadStorePair> PromotionCandidates; 434 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCands, in PGOCounterPromoterHelper() argument 492 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCandidates; 502 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCands, in PGOCounterPromoter() argument 657 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCandidates; 883 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> LoopPromotionCandidates; in promoteCounterLoadStores()
|