Home
last modified time | relevance | path

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

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