Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOMemOPSizeOpt.cpp243 uint64_t ActualCount = TotalCount; in perform() local
249 ActualCount = *BBEdgeCount; in perform()
254 << ActualCount << "\n"); in perform()
259 if (ActualCount < MemOPCountThreshold) in perform()
266 TotalCount = ActualCount; in perform()
268 LLVM_DEBUG(dbgs() << "Scale counts: numerator = " << ActualCount in perform()
284 C = getScaledCount(C, ActualCount, SavedTotalCount); in perform()