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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcoalesce.cpp303 void PhaseAggressiveCoalesce::insert_copy_with_overlap( Block *b, Node *copy, uint dst_name, uint src_name ) { argument
305 // Scan backwards for the locations of the last use of the dst_name.
306 // I am about to clobber the dst_name, so the copy must be inserted
316 if( idx && _phc.Find(n->in(idx)) == dst_name ) break;

Completed in 54 milliseconds