Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp452 uint64_t TotalProfiledFunc = 0; member in __anon254a5ace0111::SampleProfileMatcher
2216 TotalProfiledFunc++; in countProfileMismatches()
2481 errs() << "(" << NumMismatchedFuncHash << "/" << TotalProfiledFunc << ")" in runOnModule()
2502 ProfStatsVec.emplace_back("TotalProfiledFunc", TotalProfiledFunc); in runOnModule()