Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DInstrumentation.cpp139 bool Instrumentation::createEdgeDescription(FunctionDescription &FuncDesc, in createEdgeDescription() function in llvm::bolt::Instrumentation
243 Created = createEdgeDescription(*FuncDesc, FromFunction, From, FromNodeID, in instrumentOneTarget()
415 createEdgeDescription(*FuncDesc, Function, FromOffset, BBToID[&BB], in instrumentFunction()
432 createEdgeDescription(*FuncDesc, Function, FromOffset, BBToID[&BB], in instrumentFunction()
475 createEdgeDescription(*FuncDesc, Function, FromOffset, BBToID[&BB], in instrumentFunction()
/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DInstrumentation.h58 bool createEdgeDescription(FunctionDescription &FuncDesc,