Searched refs:last_instr (Results 1 – 3 of 3) sorted by relevance
93 auto last_instr = EmitNop(); in TEST_F() local94 AddMove(last_instr, Reg(1), Reg(0)); in TEST_F()100 auto move = last_instr->parallel_moves()[0]; in TEST_F()117 auto last_instr = EmitNop(); in TEST_F() local118 AddMove(last_instr, Reg(second_reg_index), Reg(first_reg_index)); in TEST_F()124 auto move = last_instr->parallel_moves()[0]; in TEST_F()
214 const Instruction* last_instr = in OptimizeMerge() local216 if (last_instr->IsCall()) return; in OptimizeMerge()217 if (last_instr->TempCount() != 0) return; in OptimizeMerge()218 if (last_instr->OutputCount() != 0) return; in OptimizeMerge()219 for (size_t i = 0; i < last_instr->InputCount(); ++i) { in OptimizeMerge()220 const InstructionOperand* op = last_instr->InputAt(i); in OptimizeMerge()
303 LInstruction* last_instr = instructions()->at(last); in MarkEmptyBlocks() local306 if (last_instr->IsGoto()) { in MarkEmptyBlocks()307 LGoto* goto_instr = LGoto::cast(last_instr); in MarkEmptyBlocks()