Searched refs:isColdCount (Results 1 – 7 of 7) sorted by relevance
147 if (!isColdCount(FunctionCount->getCount())) in isFunctionColdInCallGraph()157 if (!isColdCount(TotalCallCount)) in isFunctionColdInCallGraph()232 return FunctionCount && isColdCount(FunctionCount->getCount()); in isFunctionEntryCold()293 bool ProfileSummaryInfo::isColdCount(uint64_t C) const { in isColdCount() function in ProfileSummaryInfo334 return Count && isColdCount(*Count); in isColdBlock()367 return isColdCount(*C); in isColdCallSite()
130 if (PSI->isColdCount(ProfileCount)) in getHotness()
35 return Count && PSI->isColdCount(*Count); in isColdBlock()42 return Count && PSI->isColdCount(*Count); in isColdBlock()85 if (!PSI->isColdCount(FunctionCount->getCount())) in isFunctionColdInCallGraph()
136 EXPECT_FALSE(PSI.isColdCount(1000)); in TEST_F()137 EXPECT_FALSE(PSI.isColdCount(0)); in TEST_F()162 EXPECT_TRUE(PSI.isColdCount(2)); in TEST_F()163 EXPECT_FALSE(PSI.isColdCount(100)); in TEST_F()
76 return !PSI->isColdCount(CallsiteTotalSamples); in callsiteIsHot()
134 bool isColdCount(uint64_t C) const;
1107 else if (PSI->isColdCount(MaxCount)) in markFunctionAttributes()