Searched refs:NumDWords (Results 1 – 1 of 1) sorted by relevance
597 const unsigned NumDWords = ((LoadSize + 3) / 4) * ClusterSize; in shouldClusterMemOps() local598 return NumDWords <= MaxMemoryClusterDWords; in shouldClusterMemOps()