Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DMisExpect.cpp102 uint64_t ProfCount, uint64_t TotalCount) { in emitMisexpectDiagnostic() argument
103 double PercentageCorrect = (double)ProfCount / TotalCount; in emitMisexpectDiagnostic()
105 formatv("{0:P} ({1} / {2})", PercentageCorrect, ProfCount, TotalCount); in emitMisexpectDiagnostic()