Searched refs:old2 (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dpostaloc.cpp192 Node *old2 = old->in(idx); // Chain of copies local
193 if( old2->outcnt() > 1 ) return 0; // old is not the last user
194 int idx2 = old2->is_Copy();
196 if( def != old2->in(idx2) ) return 0; // Chain of exactly 2 copies

Completed in 30 milliseconds