Searched defs:src_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 ) {
321 // Also search for any kill of src_name that exits the block.
322 // Since the copy uses src_name, I have to come before any kill.
333 if( _phc.Find(n) == src_name ) {
421 uint src_name = _phc.Find(m); local
422 if( src_name != phi_name ) {
438 insert_copy_with_overlap(pred,copy,phi_name,src_name);

Completed in 46 milliseconds