Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DInstrumentation.h66 InstructionListType createInstrumentationSnippet(BinaryContext &BC,
/llvm-project-15.0.7/bolt/lib/Passes/
H A DInstrumentation.cpp174 Instrumentation::createInstrumentationSnippet(BinaryContext &BC, bool IsLeaf) { in createInstrumentationSnippet() function in llvm::bolt::Instrumentation
204 InstructionListType CounterInstrs = createInstrumentationSnippet( in instrumentLeafNode()
251 createInstrumentationSnippet(FromFunction.getBinaryContext(), IsLeaf); in instrumentOneTarget()