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