Searched refs:LoadStorePair (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
H A D | InstrProfiling.h | 29 using LoadStorePair = std::pair<Instruction *, Instruction *>; global() variable
|
/freebsd/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()
|