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