Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp29 extern cl::opt<unsigned> ProfileSummaryLargeWorkingSetSizeThreshold;
250 HotEntry.NumCounts > ProfileSummaryLargeWorkingSetSizeThreshold; in computeThresholds()
261 ScaledHotEntryNumCounts > ProfileSummaryLargeWorkingSetSizeThreshold; in computeThresholds()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp49 cl::opt<unsigned> ProfileSummaryLargeWorkingSetSizeThreshold( variable