Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DInstrProfiling.h29 using LoadStorePair = std::pair<Instruction *, Instruction *>; global() variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp197 using LoadStorePair = std::pair<Instruction *, Instruction *>; typedef
412 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCands, in PGOCounterPromoterHelper()
480 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCands, in PGOCounterPromoter()