Searched refs:LoadStorePair (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/ |
H A D | InstrProfiling.h | 29 using LoadStorePair = std::pair<Instruction *, Instruction *>; variable 72 std::vector<LoadStorePair> PromotionCandidates;
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 163 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCands, in PGOCounterPromoterHelper() argument 220 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCandidates; 230 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCands, in PGOCounterPromoter() argument 382 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCandidates; 466 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> LoopPromotionCandidates; in promoteCounterLoadStores()
|