Lines Matching full:last
95 EndBlock(Last());
119 EndBlock(Last());
132 EndBlock(Last());
167 EndBlock(Last());
169 auto last = LastInstruction();
173 auto move = last->parallel_moves()[0];
196 EndBlock(Last());
198 auto last = LastInstruction();
204 auto move = last->parallel_moves()[0];
218 Instruction* last = EmitNop();
219 AddMove(last, Const(const_index), Reg(0));
220 AddMove(last, Reg(0), Reg(1));
221 EndBlock(Last());
229 last->GetParallelMove(Instruction::GapPosition::START);