Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp30 cl::opt<bool> ScalePartialSampleProfileWorkingSetSize( variable
121 if (!hasPartialSampleProfile() || !ScalePartialSampleProfileWorkingSetSize) { in computeThresholds()
H A DModuleSummaryAnalysis.cpp88 extern cl::opt<bool> ScalePartialSampleProfileWorkingSetSize;
597 if (PSI->hasPartialSampleProfile() && ScalePartialSampleProfileWorkingSetSize) in computeFunctionSummary()
/llvm-project/llvm/unittests/Analysis/
H A DProfileSummaryInfoTest.cpp27 extern llvm::cl::opt<bool> ScalePartialSampleProfileWorkingSetSize;
391 ScalePartialSampleProfileWorkingSetSize.setValue(true); in TEST_F()