Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp440 uint64_t TotalFuncHashSamples = 0; member in __anon75a028af0111::SampleProfileMatcher
2061 TotalFuncHashSamples += Count; in detectProfileMismatch()
2162 << " (" << MismatchedFuncHashSamples << "/" << TotalFuncHashSamples in detectProfileMismatch()
2184 ProfStatsVec.emplace_back("TotalFuncHashSamples", TotalFuncHashSamples); in detectProfileMismatch()