Home
last modified time | relevance | path

Searched defs:DFSStackEntry (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/compiler/
Dcontrol-equivalence.h72 struct DFSStackEntry { in NON_EXPORTED_BASE() struct
73 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()