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

/openjdk7/hotspot/src/share/vm/opto/
H A Dloopopts.cpp63 Node* the_clone = NULL; local
68 the_clone = x; // Remember for possible deletion.
128 if (x != the_clone && the_clone != NULL)
129 _igvn.remove_dead_node(the_clone);
H A Dmemnode.cpp1349 Node* the_clone = NULL; local
1354 the_clone = x; // Remember for possible deletion.
1405 if (x != the_clone && the_clone != NULL)
1406 igvn->remove_dead_node(the_clone);

Completed in 526 milliseconds