Lines Matching refs:nodes
44 // Helpers to create new control nodes.
55 // Visiting functions for AST nodes make this an AstVisitor.
93 // Nodes representing values in the activation record.
109 // Control nodes that exit the function body.
118 // Cache for StateValues nodes for frame states.
128 // new nodes.
202 Node* nodes[] = {n1, n2, n3, n4, n5, n6};
203 return MakeNode(op, arraysize(nodes), nodes, false);
448 // environment will perform proper SSA-renaming of all tracked nodes