Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp455 uint64_t TotalFuncHashSamples = 0; member in __anon254a5ace0111::SampleProfileMatcher
2215 TotalFuncHashSamples += FS.getTotalSamples(); in countProfileMismatches()
2483 << " (" << MismatchedFuncHashSamples << "/" << TotalFuncHashSamples in runOnModule()
2505 ProfStatsVec.emplace_back("TotalFuncHashSamples", TotalFuncHashSamples); in runOnModule()