Home | History | Annotate | Download | only in compiler

Lines Matching refs:Node

17 class Node;
21 // each node, etc.
33 // Verifies consistency of node inputs and uses:
34 // - node inputs should agree with the input count computed from
35 // the node's operator.
39 // - if the node has control uses, it should produce control.
40 // - if the node has effect uses, it should produce effect.
41 // - if the node has frame state uses, it must be a frame state.
42 static void VerifyNode(Node* node);
47 const Node* replacement);
49 static void VerifyNode(Node* node) {}
51 const Node* replacement) {}