Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/
H A DInstrProfiling.h112 GlobalVariable *getOrCreateRegionCounters(InstrProfInstBase *Inc);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp554 static_cast<void>(getOrCreateRegionCounters(FirstProfIncInst)); in run()
669 auto *Counters = getOrCreateRegionCounters(I); in getCounterAddress()
864 InstrProfiling::getOrCreateRegionCounters(InstrProfInstBase *Inc) { in getOrCreateRegionCounters() function in InstrProfiling