Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Instrumentation/
H A DInstrProfiling.h106 Value *getCounterAddress(InstrProfInstBase *I);
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp661 Value *InstrProfiling::getCounterAddress(InstrProfInstBase *I) { in getCounterAddress() function in InstrProfiling
699 auto *Addr = getCounterAddress(CoverInstruction); in lowerCover()
707 auto *Addr = getCounterAddress(Inc); in lowerIncrement()