Searched refs:NumByteStores (Results 1 – 3 of 3) sorted by relevance
180 unsigned NumByteStores = Bytes - NumPointerStores*TD.getPointerSize(); in isProfitableToUseMemset() local185 return TheStores.size() > NumPointerStores+NumByteStores; in isProfitableToUseMemset()
223 unsigned NumByteStores = Bytes % MaxIntSize; in isProfitableToUseMemset() local228 return TheStores.size() > NumPointerStores+NumByteStores; in isProfitableToUseMemset()
187 unsigned NumByteStores = Bytes % MaxIntSize; in isProfitableToUseMemset() local192 return TheStores.size() > NumPointerStores+NumByteStores; in isProfitableToUseMemset()