Lines Matching defs:LIR_OpBranch
296 LIR_OpBranch::LIR_OpBranch(LIR_Condition cond, BasicType type, BlockBegin* block)
306 LIR_OpBranch::LIR_OpBranch(LIR_Condition cond, BasicType type, CodeStub* stub) :
316 LIR_OpBranch::LIR_OpBranch(LIR_Condition cond, BasicType type, BlockBegin* block, BlockBegin* ublock)
327 void LIR_OpBranch::change_block(BlockBegin* b) {
335 void LIR_OpBranch::change_ublock(BlockBegin* b) {
340 void LIR_OpBranch::negate_cond() {
558 // LIR_OpBranch;
563 LIR_OpBranch* opBranch = (LIR_OpBranch*)op;
1061 void LIR_OpBranch::emit_code(LIR_Assembler* masm) {
1854 // LIR_OpBranch
1855 void LIR_OpBranch::print_instr(outputStream* out) const {