Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp319 Value *getCounterAddress(InstrProfCntrInstBase *I);
1103 Value *InstrLowerer::getCounterAddress(InstrProfCntrInstBase *I) { in getCounterAddress() function in InstrLowerer
1210 auto *Addr = getCounterAddress(CoverInstruction); in lowerCover()
1222 auto *TimestampAddr = getCounterAddress(TimestampInstruction); in lowerTimestamp()
1233 auto *Addr = getCounterAddress(Inc); in lowerIncrement()