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.cpp51 extern cl::opt<bool> ReportProfileStaleness;
385 if (ReportProfileStaleness || PersistProfileStaleness) in runOnFunction()
410 if (RunCFGMatching && (ReportProfileStaleness || PersistProfileStaleness)) in runOnFunction()
587 if (!ReportProfileStaleness && !PersistProfileStaleness) in computeAndReportProfileStaleness()
626 if (ReportProfileStaleness) { in computeAndReportProfileStaleness()
H A DSampleProfile.cpp141 cl::opt<bool> ReportProfileStaleness( variable
2078 if (ReportProfileStaleness || PersistProfileStaleness || in doInitialization()
2207 if (ReportProfileStaleness || PersistProfileStaleness || in runOnModule()