Home
last modified time | relevance | path

Searched refs:LoadStorePair (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DInstrProfiling.h30 using LoadStorePair = std::pair<Instruction *, Instruction *>; variable
70 std::vector<LoadStorePair> PromotionCandidates;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp184 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCands, in PGOCounterPromoterHelper() argument
229 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCandidates;
239 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCands, in PGOCounterPromoter() argument
392 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCandidates;
494 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> LoopPromotionCandidates; in promoteCounterLoadStores()