Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp30 extern cl::opt<unsigned> ProfileSummaryLargeWorkingSetSizeThreshold;
251 HotEntry.NumCounts > ProfileSummaryLargeWorkingSetSizeThreshold; in computeThresholds()
262 ScaledHotEntryNumCounts > ProfileSummaryLargeWorkingSetSizeThreshold; in computeThresholds()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp53 cl::opt<unsigned> ProfileSummaryLargeWorkingSetSizeThreshold( variable