Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp42 extern cl::opt<bool> ReportProfileStaleness;
438 if (ReportProfileStaleness || PersistProfileStaleness) in runOnFunction()
463 if (RunCFGMatching && (ReportProfileStaleness || PersistProfileStaleness)) in runOnFunction()
640 if (!ReportProfileStaleness && !PersistProfileStaleness) in computeAndReportProfileStaleness()
679 if (ReportProfileStaleness) { in computeAndReportProfileStaleness()
H A DSampleProfile.cpp142 cl::opt<bool> ReportProfileStaleness( variable
2069 if (ReportProfileStaleness || PersistProfileStaleness || in doInitialization()
2190 if (ReportProfileStaleness || PersistProfileStaleness || in runOnModule()