Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp62 cl::opt<int> ProfileSummaryHotCount( variable
163 if (ProfileSummaryHotCount.getNumOccurrences() > 0) in getHotCountThreshold()
164 HotCountThreshold = ProfileSummaryHotCount; in getHotCountThreshold()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp31 extern cl::opt<int> ProfileSummaryHotCount;