Searched defs:DFSStackEntry (Results 1 – 1 of 1) sorted by relevance
72 struct DFSStackEntry { in NON_EXPORTED_BASE() struct73 DFSDirection direction; // Direction currently used in DFS walk. in NON_EXPORTED_BASE()74 Node::InputEdges::iterator input; // Iterator used for "input" direction. in NON_EXPORTED_BASE()75 Node::UseEdges::iterator use; // Iterator used for "use" direction. in NON_EXPORTED_BASE()76 Node* parent_node; // Parent node of entry during DFS walk. in NON_EXPORTED_BASE()77 Node* node; // Node that this stack entry belongs to. in NON_EXPORTED_BASE()