Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/
DInstrProfiling.h106 Value *getCounterAddress(InstrProfInstBase *I);
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp668 Value *InstrProfiling::getCounterAddress(InstrProfInstBase *I) { in getCounterAddress() function in InstrProfiling
706 auto *Addr = getCounterAddress(CoverInstruction); in lowerCover()
714 auto *Addr = getCounterAddress(Inc); in lowerIncrement()