Home
last modified time | relevance | path

Searched refs:ActualCount (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOMemOPSizeOpt.cpp257 uint64_t ActualCount = TotalCount; in perform() local
263 ActualCount = *BBEdgeCount; in perform()
267 << ActualCount << "\n"); in perform()
272 if (ActualCount < MemOPCountThreshold) in perform()
279 TotalCount = ActualCount; in perform()
281 LLVM_DEBUG(dbgs() << "Scale counts: numerator = " << ActualCount in perform()
300 C = getScaledCount(C, ActualCount, SavedTotalCount); in perform()