Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DPGOMemOPSizeOpt.cpp261 uint64_t ActualCount = TotalCount; in perform() local
267 ActualCount = *BBEdgeCount; in perform()
272 << ActualCount << "\n"); in perform()
277 if (ActualCount < MemOPCountThreshold) in perform()
284 TotalCount = ActualCount; in perform()
286 LLVM_DEBUG(dbgs() << "Scale counts: numerator = " << ActualCount in perform()
305 C = getScaledCount(C, ActualCount, SavedTotalCount); in perform()