Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp37 cl::opt<bool> ScalePartialSampleProfileWorkingSetSize( variable
246 if (!hasPartialSampleProfile() || !ScalePartialSampleProfileWorkingSetSize) { in computeThresholds()
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DProfileSummaryInfoTest.cpp27 extern llvm::cl::opt<bool> ScalePartialSampleProfileWorkingSetSize;
391 ScalePartialSampleProfileWorkingSetSize.setValue(true); in TEST_F()