Searched refs:LoadStorePair (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 197 using LoadStorePair = std::pair<Instruction *, Instruction *>; typedef 270 std::vector<LoadStorePair> PromotionCandidates; 412 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCands, in PGOCounterPromoterHelper() argument 470 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCandidates; 480 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCands, in PGOCounterPromoter() argument 635 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCandidates; 872 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> LoopPromotionCandidates; in promoteCounterLoadStores()
|