Searched refs:goto_instr (Results 1 – 3 of 3) sorted by relevance
300 LGoto* goto_instr = LGoto::cast(last_instr); in MarkEmptyBlocks() local316 label->set_replacement(GetLabel(goto_instr->block_id())); in MarkEmptyBlocks()
388 void LeavingBlock(int current_block_id, LGoto* goto_instr, LCodeGen* cgen);
606 void LCodeGen::X87Stack::LeavingBlock(int current_block_id, LGoto* goto_instr, in LeavingBlock() argument612 int goto_block_id = goto_instr->block_id(); in LeavingBlock()620 int length = goto_instr->block()->predecessors()->length(); in LeavingBlock()623 HBasicBlock* block = goto_instr->block()->predecessors()->at(i); in LeavingBlock()