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

/openjdk7/hotspot/src/share/vm/adlc/
H A DarchDesc.cpp335 if ( instr->is_ideal_branch() && instr->label_position() == -1 ||
336 !instr->is_ideal_branch() && instr->label_position() != -1) {
344 if (!instr->is_ideal_branch() || instr->label_position() == -1) {
H A Dformssel.hpp157 virtual bool is_ideal_branch() const; // "" 'If' | 'Goto' | 'LoopEnd' | 'Jump'
H A Dformssel.cpp349 bool InstructForm::is_ideal_branch() const { function in class:InstructForm
390 return is_ideal_return() || is_ideal_branch() || _matrule->is_ideal_jump() || is_ideal_halt();

Completed in 57 milliseconds