Searched refs:isColdCount (Results 1 – 6 of 6) sorted by relevance
157 if (!isColdCount(FunctionCount.getCount())) in isFunctionColdInCallGraph()167 if (!isColdCount(TotalCallCount)) in isFunctionColdInCallGraph()190 return FunctionCount && isColdCount(FunctionCount.getCount()); in isFunctionEntryCold()220 bool ProfileSummaryInfo::isColdCount(uint64_t C) { in isColdCount() function in ProfileSummaryInfo246 return Count && isColdCount(*Count); in isColdBB()259 return isColdCount(*C); in isColdCallSite()
127 if (PSI->isColdCount(ProfileCount)) in getHotness()
111 EXPECT_FALSE(PSI.isColdCount(1000)); in TEST_F()112 EXPECT_FALSE(PSI.isColdCount(0)); in TEST_F()137 EXPECT_TRUE(PSI.isColdCount(2)); in TEST_F()138 EXPECT_FALSE(PSI.isColdCount(100)); in TEST_F()
61 bool isColdCount(uint64_t C);
104 bool isColdCount(uint64_t C);
122 bool ProfileSummaryInfo::isColdCount(uint64_t C) { in isColdCount() function in ProfileSummaryInfo