Searched refs:prev_operand (Results 1 – 2 of 2) sorted by relevance
3625 InstructionOperand prev_operand = first_range->GetAssignedOperand(); in ConnectRanges() local3627 if (prev_operand.Equals(cur_operand)) continue; in ConnectRanges()3631 if (connect_spilled && !prev_operand.IsAnyRegister() && in ConnectRanges()3655 !(prev_operand.IsAnyRegister() && cur_operand.IsAnyRegister()), in ConnectRanges()3662 move->AddMove(prev_operand, cur_operand); in ConnectRanges()3665 std::make_pair(std::make_pair(move, prev_operand), cur_operand)); in ConnectRanges()
1217 LOperand* prev_operand = first_range->CreateAssignedOperand( in ConnectRanges() local1221 move->AddMove(prev_operand, cur_operand, in ConnectRanges()