Searched refs:isFunctionEntryCold (Results 1 – 6 of 6) sorted by relevance
221 bool ProfileSummaryInfo::isFunctionEntryCold(const Function *F) const { in isFunctionEntryCold() function in ProfileSummaryInfo413 else if (PSI.isFunctionEntryCold(&F)) in run()
1873 } else if (PSI->isFunctionEntryCold(&Callee)) { in updateThreshold()
115 bool isFunctionEntryCold(const Function *F) const;
140 EXPECT_FALSE(PSI.isFunctionEntryCold(F)); in TEST_F()
199 if (PSI->isFunctionEntryCold(&F)) in isFunctionCold()
1291 if (PSI.isFunctionEntryCold(&F)) in unswitchFunction()