Searched defs:EntryNode (Results 1 – 6 of 6) sorted by relevance
86 struct EntryNode { struct98 std::vector<EntryNode> EntryNodes; argument
175 CallGraphNode::CallRecord EntryNode(SCC.front(), /*CallExpr=*/nullptr); in pathfindSomeCycle() local
310 for (const EntryNode &EntryNode : Desc.EntryNodes) { in buildTables() local
473 struct EntryNode { struct474 uint64_t Node;475 uint64_t Address;
377 auto EntryNode = SubGraphTraits::getEntryNode(ParentRegion); in INITIALIZE_PASS_DEPENDENCY() local
1394 DisplayNode *EntryNode = nullptr; member in __anone1b304962011::DotCfgDiffDisplayGraph