Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp628 NumCallGraphRecoveredFuncSamples += FS.getTotalSamples(); in countCallGraphRecoveredSamples()
689 << NumCallGraphRecoveredFuncSamples << "/" << TotalFunctionSamples in computeAndReportProfileStaleness()
723 NumCallGraphRecoveredFuncSamples); in computeAndReportProfileStaleness()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileMatcher.h112 uint64_t NumCallGraphRecoveredFuncSamples = 0; variable