Searched refs:OverlapsWith (Results 1 – 3 of 3) sorted by relevance
497 if (scratch.OverlapsWith(pending_source) && !IsBlockedByMoves(scratch)) { in PerformMove()537 if (destination.OverlapsWith(loc) && !IsBlockedByMoves(destination)) { in GetUnblockedPendingMove()
313 bool OverlapsWith(Location other) const { in OverlapsWith() function
7249 return !IsEliminated() && source_.OverlapsWith(loc); in Blocks()7325 DCHECK(!destination.OverlapsWith(move.GetDestination())) in AddMove()