Searched refs:prev_operand (Results 1 – 1 of 1) sorted by relevance
5028 InstructionOperand prev_operand = first_range->GetAssignedOperand(); in ConnectRanges() local5030 if (prev_operand.Equals(cur_operand)) continue; in ConnectRanges()5034 if (connect_spilled && !prev_operand.IsAnyRegister() && in ConnectRanges()5056 DCHECK_IMPLIES(connect_spilled && !(prev_operand.IsAnyRegister() && in ConnectRanges()5064 move->AddMove(prev_operand, cur_operand); in ConnectRanges()5067 std::make_pair(std::make_pair(move, prev_operand), cur_operand)); in ConnectRanges()