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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcoalesce.cpp656 Node *prev_copy = dst_copy->in(dst_copy->is_Copy()); local
670 if( x == prev_copy ) { // Previous copy in copy chain?
671 if( prev_copy == src_copy)// Found end of chain and all interferences
674 prev_copy = prev_copy->in(prev_copy->is_Copy());

Completed in 38 milliseconds