Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp130 HotEntry.NumCounts > ProfileSummaryLargeWorkingSetSizeThreshold; in computeThresholds()
141 ScaledHotEntryNumCounts > ProfileSummaryLargeWorkingSetSizeThreshold; in computeThresholds()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DProfileCommon.h36 LLVM_ABI extern cl::opt<unsigned> ProfileSummaryLargeWorkingSetSizeThreshold;
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp50 cl::opt<unsigned> ProfileSummaryLargeWorkingSetSizeThreshold( variable