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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.hpp149 virtual int is_ideal_copy() const; // node matches ideal 'Copy*'
1009 int is_ideal_copy() const;
H A Doutput_h.cpp1681 if ( instr->is_ideal_copy() != 0 ) {
1856 else if( instr->is_ideal_copy() &&
H A Dformssel.cpp243 int InstructForm::is_ideal_copy() const { function in class:InstructForm
244 return _matrule ? _matrule->is_ideal_copy() : 0;
561 is_ideal_copy() != Form::none || // Ideal copy? Do not rematerialize
3930 int MatchRule::is_ideal_copy() const { function in class:MatchRule

Completed in 178 milliseconds