Searched defs:new_input (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DphaseX.cpp1509 Node *new_input = _nodes[input->_idx]; // Check for cloned input node local
1510 if( new_input == NULL ) {
1511 new_input = transform_once(input); // Check for constant
1512 _nodes.map( input->_idx, new_input );// Flag as having been cloned
1513 trstack.push(new_input);
1515 assert( new_input == clone->in(i), "insanity check");

Completed in 35 milliseconds