Lines Matching refs:nodes

82   // to visiting bytecodes, and is later passed as input to other nodes that
120 Node* NewNode(const Operator* op, Node* n0, Args... nodes) {
121 Node* buffer[] = {n0, nodes...};
125 // Helpers to create new control nodes.
169 // by dedicated {Checkpoint} nodes that are wired into the effect chain.
346 // Builds loop exit nodes for every exited loop between the current bytecode
364 // new nodes.
505 // Control nodes that exit the function body.
527 // register file. The environment performs SSA-renaming of all tracked nodes at
537 // inputs to nodes representing the value being bound. This is done because
802 // Introduce Phi nodes for values that are live and have differing inputs at
1186 // existing checkpoint that effect-dominates the nodes about to be created.
1341 // not generate nodes for anything before the outermost loop.
1401 // So we do not build the jump nodes, but restore the bytecode and the
1404 // We have already built nodes for inner loops, but now we will
1405 // iterate again over them and build new nodes corresponding to the same
1407 // point to the new nodes we will build, hence we clear the relevant part
1451 // leave the nodes corresponding to the whole outermost loop (including
3890 // Append merge nodes to the environment. We may merge here with another
3891 // environment. So add a place holder for merge nodes. We may add redundant
4237 // Parameter nodes must be created through GetParameter.
4284 // Update the current control dependency for control-producing nodes.
4288 // Update the current effect dependency for effect-producing nodes.
4292 // Add implicit exception continuation for throwing nodes.
4309 // Add implicit success continuation for throwing nodes.