Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp30 cl::opt<bool> ScalePartialSampleProfileWorkingSetSize( variable
121 if (!hasPartialSampleProfile() || !ScalePartialSampleProfileWorkingSetSize) { in computeThresholds()
H A DModuleSummaryAnalysis.cpp84 extern cl::opt<bool> ScalePartialSampleProfileWorkingSetSize;
568 if (PSI->hasPartialSampleProfile() && ScalePartialSampleProfileWorkingSetSize) in computeFunctionSummary()