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