Home
last modified time | relevance | path

Searched refs:InstrumentedNode (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DInstrumentationSummary.h78 struct InstrumentedNode { struct
94 std::vector<InstrumentedNode> LeafNodes; argument
135 Func.LeafNodes.size() * sizeof(InstrumentedNode) + in getFDSize()
/llvm-project-15.0.7/bolt/runtime/
H A Dinstr.cpp468 struct InstrumentedNode { struct
480 const InstrumentedNode *LeafNodes;
492 return 16 + NumLeafNodes * sizeof(InstrumentedNode) + in getSize()
561 LeafNodes = reinterpret_cast<const InstrumentedNode *>(FuncDesc + 4); in FunctionDescription()
564 FuncDesc + 4 + NumLeafNodes * sizeof(InstrumentedNode)); in FunctionDescription()
567 FuncDesc + 8 + NumLeafNodes * sizeof(InstrumentedNode)); in FunctionDescription()
570 FuncDesc + 8 + NumLeafNodes * sizeof(InstrumentedNode) + in FunctionDescription()
574 FuncDesc + 12 + NumLeafNodes * sizeof(InstrumentedNode) + in FunctionDescription()
577 FuncDesc + 12 + NumLeafNodes * sizeof(InstrumentedNode) + in FunctionDescription()
581 FuncDesc + 16 + NumLeafNodes * sizeof(InstrumentedNode) + in FunctionDescription()
/llvm-project-15.0.7/bolt/lib/RuntimeLibs/
H A DInstrumentationRuntimeLibrary.cpp280 for (const InstrumentedNode &LeafNode : Desc.LeafNodes) { in buildTables()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DInstrumentation.cpp166 InstrumentedNode IN; in createLeafNodeDescription()