Searched refs:pending_move (Results 1 – 1 of 1) sorted by relevance
478 MoveOperands* pending_move; in PerformMove() local479 while ((pending_move = GetUnblockedPendingMove(source)) != nullptr) { in PerformMove()480 Location pending_source = pending_move->GetSource(); in PerformMove()481 Location pending_destination = pending_move->GetDestination(); in PerformMove()484 DeletePendingMove(pending_move); in PerformMove()