Searched refs:DFSDirection (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/compiler/ |
D | control-equivalence.h | 59 typedef enum { kInputDirection, kUseDirection } DFSDirection; in NON_EXPORTED_BASE() typedef 62 DFSDirection direction; // Direction in which this bracket was added. in NON_EXPORTED_BASE() 73 DFSDirection direction; // Direction currently used in DFS walk. in NON_EXPORTED_BASE() 99 void VisitMid(Node* node, DFSDirection direction); in NON_EXPORTED_BASE() 102 void VisitPost(Node* node, Node* parent_node, DFSDirection direction); in NON_EXPORTED_BASE() 105 void VisitBackedge(Node* from, Node* to, DFSDirection direction); in NON_EXPORTED_BASE() 159 void DFSPush(DFSStack& stack, Node* node, Node* from, DFSDirection dir); in NON_EXPORTED_BASE() 164 void BracketListDelete(BracketList& blist, Node* to, DFSDirection direction); in NON_EXPORTED_BASE()
|
D | control-equivalence.cc | 38 void ControlEquivalence::VisitMid(Node* node, DFSDirection direction) { in VisitMid() 66 DFSDirection direction) { in VisitPost() 82 DFSDirection direction) { in VisitBackedge() 193 DFSDirection dir) { in DFSPush() 212 DFSDirection direction) { in BracketListDelete()
|