Searched refs:prev_operand (Results 1 – 2 of 2) sorted by relevance
3439 InstructionOperand prev_operand = first_range->GetAssignedOperand(); in ConnectRanges() local3441 if (prev_operand.Equals(cur_operand)) continue; in ConnectRanges()3459 !(prev_operand.IsAnyRegister() && cur_operand.IsAnyRegister()), in ConnectRanges()3466 move->AddMove(prev_operand, cur_operand); in ConnectRanges()3469 std::make_pair(std::make_pair(move, prev_operand), cur_operand)); in ConnectRanges()
1216 LOperand* prev_operand = first_range->CreateAssignedOperand( in ConnectRanges() local1220 move->AddMove(prev_operand, cur_operand, in ConnectRanges()