Searched refs:last_instruction (Results 1 – 2 of 2) sorted by relevance
656 int last_instruction = block->last_instruction_index(); in GetLastGap() local657 return code()->GapAt(last_instruction - 1); in GetLastGap()758 Instruction* last_instruction = InstructionAt(end); in MeetRegisterConstraintsForLastInstructionInBlock() local759 for (size_t i = 0; i < last_instruction->OutputCount(); i++) { in MeetRegisterConstraintsForLastInstructionInBlock()760 InstructionOperand* output_operand = last_instruction->OutputAt(i); in MeetRegisterConstraintsForLastInstructionInBlock()
663 int last_instruction = block->last_instruction_index(); in GetLastGap() local664 int index = chunk_->NearestGapPos(last_instruction); in GetLastGap()