Home | History | Annotate | Download | only in compiler

Lines Matching refs:Node

8 #include "src/compiler/node-marker.h"
20 class Node;
30 void Enqueue(Node* node);
31 void VisitNode(Node* node);
32 void VisitBranch(Node* node);
34 bool TryBuildSwitch(Node* node);
35 bool TryCloneBranch(Node* node);
45 ZoneQueue<Node*> queue_;