Searched refs:getHotCountThreshold (Results 1 – 7 of 7) sorted by relevance
70 static uint64_t getHotCountThreshold(SummaryEntryVector &DS);
164 uint64_t getHotCountThreshold() const { in getHotCountThreshold() function
157 uint64_t ProfileSummaryBuilder::getHotCountThreshold(SummaryEntryVector &DS) { in getHotCountThreshold() function in ProfileSummaryBuilder
242 ProfileSummaryBuilder::getHotCountThreshold(DetailedSummary); in computeThresholds()
1312 dbgs() << "HotCountThreshold = " << PSI.getHotCountThreshold() << "\n"; in unswitchFunction()
1267 if (Candidate.CallsiteCount > PSI->getHotCountThreshold()) in shouldInlineCandidate()
1876 uint64_t HotThreshold = PSI->getHotCountThreshold(); in annotateAllFunctions()