Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp125 HotEntry.NumCounts > ProfileSummaryLargeWorkingSetSizeThreshold; in computeThresholds()
136 ScaledHotEntryNumCounts > ProfileSummaryLargeWorkingSetSizeThreshold; in computeThresholds()
/src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DProfileCommon.h35 extern cl::opt<unsigned> ProfileSummaryLargeWorkingSetSizeThreshold;
/src/contrib/llvm-project/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp50 cl::opt<unsigned> ProfileSummaryLargeWorkingSetSizeThreshold( variable