Lines Matching defs:PSI
110 ProfileSummaryInfo *PSI) {
114 if (PSI->hasInstrumentationProfile() || PSI->hasCSInstrumentationProfile()) {
120 return PSI->isColdCountNthPercentile(PercentileCutoff, *Count);
122 } else if (PSI->hasSampleProfile()) {
162 ProfileSummaryInfo *PSI = nullptr;
165 PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI();
170 if (PSI->hasSampleProfile() && !PSI->isFunctionHotInCallGraph(&MF, *MBFI)) {
186 else if (UseProfileData && isColdBlock(MBB, MBFI, PSI) &&
199 if (!isColdBlock(*LP, MBFI, PSI) || !TII.isMBBSafeToSplitToCold(*LP))