Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Instrumentation/
H A DInstrProfiling.h129 bool emitRuntimeHook();
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp531 MadeChange = emitRuntimeHook(); in run()
570 emitRuntimeHook(); in run()
1188 bool InstrProfiling::emitRuntimeHook() { in emitRuntimeHook() function in InstrProfiling