Home
last modified time | relevance | path

Searched refs:EntryNode (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DInstrumentationSummary.h86 struct EntryNode { struct
98 std::vector<EntryNode> EntryNodes; argument
137 Func.EntryNodes.size() * sizeof(EntryNode); in getFDSize()
/llvm-project-15.0.7/bolt/lib/RuntimeLibs/
H A DInstrumentationRuntimeLibrary.cpp310 for (const EntryNode &EntryNode : Desc.EntryNodes) { in buildTables() local
311 OS.write(reinterpret_cast<const char *>(&EntryNode.Node), 8); in buildTables()
313 getOutputAddress(*Desc.Function, EntryNode.Address); in buildTables()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DNoRecursionCheck.cpp175 CallGraphNode::CallRecord EntryNode(SCC.front(), /*CallExpr=*/nullptr); in pathfindSomeCycle() local
178 CallGraphNode::CallRecord *Node = &EntryNode; in pathfindSomeCycle()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp377 auto EntryNode = SubGraphTraits::getEntryNode(ParentRegion); in INITIALIZE_PASS_DEPENDENCY() local
386 EntryNode); in INITIALIZE_PASS_DEPENDENCY()
418 EntryNode.first = Order[E - 1]; in INITIALIZE_PASS_DEPENDENCY()
419 EntryNode.second = &Nodes; in INITIALIZE_PASS_DEPENDENCY()
/llvm-project-15.0.7/bolt/runtime/
H A Dinstr.cpp473 struct EntryNode { struct
486 const EntryNode *EntryNodes;
495 NumEntryNodes * sizeof(EntryNode); in getSize()
580 EntryNodes = reinterpret_cast<const EntryNode *>( in FunctionDescription()
/llvm-project-15.0.7/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1340 EntryNode = NodePtrs[N]; in setEntryNode()
1381 return EntryNode; in getEntryNode()
1394 DisplayNode *EntryNode = nullptr; member in __anone1b304962011::DotCfgDiffDisplayGraph
/llvm-project-15.0.7/bolt/lib/Passes/
H A DInstrumentation.cpp330 EntryNode E; in instrumentFunction()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h241 SDNode EntryNode;
532 return SDValue(const_cast<SDNode *>(&EntryNode), 0);
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1233 EntryNode(ISD::EntryToken, 0, DebugLoc(), getVTList(MVT::Other)), in SelectionDAG()
1235 InsertNode(&EntryNode); in SelectionDAG()
1270 assert(&*AllNodes.begin() == &EntryNode); in allnodes_clear()
1335 EntryNode.UseList = nullptr; in clear()
1336 InsertNode(&EntryNode); in clear()