Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp664 TotalProfiledFunc++; in computeAndReportProfileStaleness()
681 errs() << "(" << NumStaleProfileFunc << "/" << TotalProfiledFunc in computeAndReportProfileStaleness()
688 << TotalProfiledFunc << ") of functions' profile are matched and (" in computeAndReportProfileStaleness()
713 ProfStatsVec.emplace_back("TotalProfiledFunc", TotalProfiledFunc); in computeAndReportProfileStaleness()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileMatcher.h97 uint64_t TotalProfiledFunc = 0; variable