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

/openjdk7/hotspot/src/share/vm/opto/
H A Dpostaloc.cpp223 //------------------------------elide_copy-------------------------------------
225 int PhaseChaitin::elide_copy( Node *n, int k, Block *current_block, Node_List &value, Node_List &regnd, bool can_change_regs ) { function in class:PhaseChaitin
434 elide_copy( b->_nodes[k], j, b, *blk2value[pb->_pre_order], *blk2regnd[pb->_pre_order], false );
594 j -= elide_copy( n, k, b, value, regnd, two_adr!=k );

Completed in 322 milliseconds