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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.hpp154 virtual bool is_ideal_loadPC() const; // node matches ideal 'LoadPC'
1015 bool is_ideal_loadPC() const; // node matches ideal 'LoadPC'
H A Dformssel.cpp321 bool InstructForm::is_ideal_loadPC() const { function in class:InstructForm
324 return _matrule->is_ideal_loadPC();
4041 bool MatchRule::is_ideal_loadPC() const { function in class:MatchRule
H A Doutput_h.cpp1862 else if( instr->is_ideal_loadPC() ) {

Completed in 77 milliseconds