Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMisExpect.cpp103 uint64_t ProfCount, uint64_t TotalCount) { in emitMisexpectDiagnostic() argument
104 double PercentageCorrect = (double)ProfCount / TotalCount; in emitMisexpectDiagnostic()
106 formatv("{0:P} ({1} / {2})", PercentageCorrect, ProfCount, TotalCount); in emitMisexpectDiagnostic()