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.cpp542 MismatchedFunctionSamples += FS.getTotalSamples(); in countMismatchedFuncSamples()
683 << MismatchedFunctionSamples << "/" << TotalFunctionSamples in computeAndReportProfileStaleness()
715 MismatchedFunctionSamples); in computeAndReportProfileStaleness()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileMatcher.h106 uint64_t MismatchedFunctionSamples = 0; variable