Home | History | Annotate | Download | only in compiler

Lines Matching refs:Node

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