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

/openjdk7/hotspot/src/share/vm/opto/
H A Dpostaloc.cpp41 //---------------------------may_be_copy_of_callee-----------------------------
43 bool PhaseChaitin::may_be_copy_of_callee( Node *def ) const { function in class:PhaseChaitin
188 if( may_be_copy_of_callee(def) ) {
632 } else if( !may_be_copy_of_callee(n) ) {
676 } else if( !may_be_copy_of_callee(n) ) {
H A Dchaitin.hpp505 bool may_be_copy_of_callee( Node *def ) const;

Completed in 33 milliseconds