Searched refs:current_move (Results 1 – 1 of 1) sorted by relevance
89 LMoveOperands& current_move = moves_[index]; in PerformMove() local91 DCHECK(!current_move.IsPending()); in PerformMove()92 DCHECK(!current_move.IsRedundant()); in PerformMove()97 DCHECK(current_move.source() != NULL); // Otherwise it will look eliminated. in PerformMove()98 LOperand* destination = current_move.destination(); in PerformMove()99 current_move.set_destination(NULL); in PerformMove()117 current_move.set_destination(destination); in PerformMove()