Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp489 MismatchedFunctionSamples += FS.getTotalSamples(); in countMismatchedFuncSamples()
630 << MismatchedFunctionSamples << "/" << TotalFunctionSamples in computeAndReportProfileStaleness()
662 MismatchedFunctionSamples); in computeAndReportProfileStaleness()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileMatcher.h106 uint64_t MismatchedFunctionSamples = 0; variable