Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DInstrumentation.cpp44 cl::opt<bool> ConservativeInstrumentation( variable
108 bool ForceInstrumentation = opts::ConservativeInstrumentation || IsInvoke; in createCallDescription()
340 if (!opts::ConservativeInstrumentation) { in instrumentFunction()
488 if (!opts::ConservativeInstrumentation) { in instrumentFunction()
/llvm-project-15.0.7/bolt/lib/RuntimeLibs/
H A DInstrumentationRuntimeLibrary.cpp33 extern cl::opt<bool> ConservativeInstrumentation;
169 emitIntValue("__bolt_instr_conservative", !!opts::ConservativeInstrumentation, in emitBinary()