Searched refs:LoadStorePair (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Transforms/Instrumentation/ |
| H A D | InstrProfiling.h | 31 using LoadStorePair = std::pair<Instruction *, Instruction *>; variable 65 std::vector<LoadStorePair> PromotionCandidates;
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 181 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCands, in PGOCounterPromoterHelper() argument 224 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCandidates; 234 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCands, in PGOCounterPromoter() argument 341 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCandidates; 416 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> LoopPromotionCandidates; in promoteCounterLoadStores()
|