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/
DSampleProfile.cpp440 uint64_t TotalFuncHashSamples = 0; member in __anon628534940111::SampleProfileMatcher
2061 TotalFuncHashSamples += Count; in detectProfileMismatch()
2162 << " (" << MismatchedFuncHashSamples << "/" << TotalFuncHashSamples in detectProfileMismatch()
2184 ProfStatsVec.emplace_back("TotalFuncHashSamples", TotalFuncHashSamples); in detectProfileMismatch()