Searched refs:prev_operand (Results 1 – 1 of 1) sorted by relevance
3856 InstructionOperand prev_operand = first_range->GetAssignedOperand(); in ConnectRanges() local3858 if (prev_operand.Equals(cur_operand)) continue; in ConnectRanges()3862 if (connect_spilled && !prev_operand.IsAnyRegister() && in ConnectRanges()3886 !(prev_operand.IsAnyRegister() && cur_operand.IsAnyRegister()), in ConnectRanges()3893 move->AddMove(prev_operand, cur_operand); in ConnectRanges()3896 std::make_pair(std::make_pair(move, prev_operand), cur_operand)); in ConnectRanges()