Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DMisExpect.cpp75 uint64_t ProfCount, uint64_t TotalCount) { in emitMisexpectDiagnostic() argument
76 double PercentageCorrect = (double)ProfCount / TotalCount; in emitMisexpectDiagnostic()
78 formatv("{0:P} ({1} / {2})", PercentageCorrect, ProfCount, TotalCount); in emitMisexpectDiagnostic()