Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DInstrProfiling.h116 bool emitRuntimeHook();
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp552 bool MadeChange = emitRuntimeHook(); in run()
1104 bool InstrProfiling::emitRuntimeHook() { in emitRuntimeHook() function in InstrProfiling