Searched refs:cur_operand (Results 1 – 1 of 1) sorted by relevance
3857 InstructionOperand cur_operand = second_range->GetAssignedOperand(); in ConnectRanges() local3858 if (prev_operand.Equals(cur_operand)) continue; in ConnectRanges()3863 cur_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()