Searched refs:EntryNode (Results 1 – 9 of 9) sorted by relevance
86 struct EntryNode { struct98 std::vector<EntryNode> EntryNodes; argument137 Func.EntryNodes.size() * sizeof(EntryNode); in getFDSize()
310 for (const EntryNode &EntryNode : Desc.EntryNodes) { in buildTables() local311 OS.write(reinterpret_cast<const char *>(&EntryNode.Node), 8); in buildTables()313 getOutputAddress(*Desc.Function, EntryNode.Address); in buildTables()
175 CallGraphNode::CallRecord EntryNode(SCC.front(), /*CallExpr=*/nullptr); in pathfindSomeCycle() local178 CallGraphNode::CallRecord *Node = &EntryNode; in pathfindSomeCycle()
377 auto EntryNode = SubGraphTraits::getEntryNode(ParentRegion); in INITIALIZE_PASS_DEPENDENCY() local386 EntryNode); in INITIALIZE_PASS_DEPENDENCY()418 EntryNode.first = Order[E - 1]; in INITIALIZE_PASS_DEPENDENCY()419 EntryNode.second = &Nodes; in INITIALIZE_PASS_DEPENDENCY()
473 struct EntryNode { struct486 const EntryNode *EntryNodes;495 NumEntryNodes * sizeof(EntryNode); in getSize()580 EntryNodes = reinterpret_cast<const EntryNode *>( in FunctionDescription()
1340 EntryNode = NodePtrs[N]; in setEntryNode()1381 return EntryNode; in getEntryNode()1394 DisplayNode *EntryNode = nullptr; member in __anone1b304962011::DotCfgDiffDisplayGraph
330 EntryNode E; in instrumentFunction()
241 SDNode EntryNode;532 return SDValue(const_cast<SDNode *>(&EntryNode), 0);
1233 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()