Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp30 extern cl::opt<unsigned> ProfileSummaryLargeWorkingSetSizeThreshold;
251 HotEntry.NumCounts > ProfileSummaryLargeWorkingSetSizeThreshold; in computeThresholds()
262 ScaledHotEntryNumCounts > ProfileSummaryLargeWorkingSetSizeThreshold; in computeThresholds()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp53 cl::opt<unsigned> ProfileSummaryLargeWorkingSetSizeThreshold( variable