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

/openjdk7/hotspot/src/share/vm/adlc/
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 36 milliseconds