Lines Matching refs:TotalCount
214 static bool isProfitable(uint64_t Count, uint64_t TotalCount) { in isProfitable() argument
215 assert(Count <= TotalCount); in isProfitable()
218 if (Count < TotalCount * MemOPPercentThreshold / 100) in isProfitable()
238 uint64_t TotalCount; in perform() local
240 ValueDataArray.get(), NumVals, TotalCount)) in perform()
243 uint64_t ActualCount = TotalCount; in perform()
244 uint64_t SavedTotalCount = TotalCount; in perform()
263 if (TotalCount == 0) in perform()
266 TotalCount = ActualCount; in perform()
272 uint64_t RemainCount = TotalCount; in perform()
316 uint64_t SumForOpt = TotalCount - RemainCount; in perform()
320 << TotalCount << ")\n"); in perform()
407 << NV("Total", TotalCount) << " for " << NV("Versions", Version) in perform()