Searched refs:OverlapsWith (Results 1 – 3 of 3) sorted by relevance
482 if (scratch.OverlapsWith(pending_source) && !IsBlockedByMoves(scratch)) { in PerformMove()523 if (destination.OverlapsWith(loc) && !IsBlockedByMoves(destination)) { in GetUnblockedPendingMove()
294 bool OverlapsWith(Location other) const { in OverlapsWith() function
3854 return !IsEliminated() && source_.OverlapsWith(loc); in Blocks()3925 DCHECK(!destination.OverlapsWith(moves_.Get(i).GetDestination())) in AddMove()