Home | History | Annotate | Download | only in compiler

Lines Matching refs:Node

16 class Node;
20 // each node, etc.
28 // Verifies consistency of node inputs and uses:
29 // - node inputs should agree with the input count computed from
30 // the node's operator.
34 // - if the node has control uses, it should produce control.
35 // - if the node has effect uses, it should produce effect.
36 // - if the node has frame state uses, it must be a frame state.
37 static void VerifyNode(Node* node);
42 const Node* replacement);
44 static void VerifyNode(Node* node) {}
46 const Node* replacement) {}