Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp67 cl::opt<int> ProfileSummaryColdCount( variable
170 if (ProfileSummaryColdCount.getNumOccurrences() > 0) in getColdCountThreshold()
171 ColdCountThreshold = ProfileSummaryColdCount; in getColdCountThreshold()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp32 extern cl::opt<int> ProfileSummaryColdCount;