Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp31 LLVM_ABI cl::opt<bool> ScalePartialSampleProfileWorkingSetSize( variable
126 if (!hasPartialSampleProfile() || !ScalePartialSampleProfileWorkingSetSize) { in computeThresholds()
H A DModuleSummaryAnalysis.cpp89 LLVM_ABI extern cl::opt<bool> ScalePartialSampleProfileWorkingSetSize;
618 if (PSI->hasPartialSampleProfile() && ScalePartialSampleProfileWorkingSetSize) in computeFunctionSummary()