Lines Matching refs:last_instruction_index
66 return code->InstructionAt(block->last_instruction_index()); in GetLastInstruction()
1434 instr = block->last_instruction_index() + 1; in RangesDefinedInDeferredStayInDeferred()
1539 int end = block->last_instruction_index(); in MeetRegisterConstraints()
1552 int end = block->last_instruction_index(); in MeetRegisterConstraintsForLastInstructionInBlock()
1721 cur_block->last_instruction_index(), Instruction::END, input, output); in ResolvePhis()
1724 ->InstructionAt(cur_block->last_instruction_index()) in ResolvePhis()
1784 block->last_instruction_index()) in AddInitialIntervals()
1903 for (int index = block->last_instruction_index(); index >= block_start; in ProcessInstructions()
2282 (GetInstructionBlock(code(), pos)->last_instruction_index() != in SplitRangeAt()
2838 pred->last_instruction_index()); in TryReuseSpillForPhi()
3260 pred->last_instruction_index()); in FindPred()
3275 pred->last_instruction_index()); in FindConnectableSubranges()
3412 ->InstructionAt(pred->last_instruction_index()) in ResolveControlFlow()
3414 gap_index = pred->last_instruction_index(); in ResolveControlFlow()