Searched refs:NumPointerStores (Results 1 – 3 of 3) sorted by relevance
177 unsigned NumPointerStores = Bytes/TD.getPointerSize(); in isProfitableToUseMemset() local180 unsigned NumByteStores = Bytes - NumPointerStores*TD.getPointerSize(); in isProfitableToUseMemset()185 return TheStores.size() > NumPointerStores+NumByteStores; in isProfitableToUseMemset()
220 unsigned NumPointerStores = Bytes / MaxIntSize; in isProfitableToUseMemset() local228 return TheStores.size() > NumPointerStores+NumByteStores; in isProfitableToUseMemset()
184 unsigned NumPointerStores = Bytes / MaxIntSize; in isProfitableToUseMemset() local192 return TheStores.size() > NumPointerStores+NumByteStores; in isProfitableToUseMemset()