Lines Matching defs:PSI
162 ProfileSummaryInfo *PSI) {
163 if (!PSI)
165 if (PSI->isHotCount(ProfileCount))
167 if (PSI->isColdCount(ProfileCount))
299 BlockFrequencyInfo *BFI, ProfileSummaryInfo *PSI, DominatorTree &DT,
430 auto ScaledCount = PSI->getProfileCount(*CB, BFI);
431 auto Hotness = ScaledCount ? getHotness(*ScaledCount, PSI)
490 .updateHotness(getHotness(Candidate.Count, PSI));
568 if (PSI->hasPartialSampleProfile() && ScalePartialSampleProfileWorkingSetSize)
887 ProfileSummaryInfo *PSI,
889 assert(PSI);
1010 computeFunctionSummary(Index, M, F, BFI, PSI, DT,
1099 ProfileSummaryInfo &PSI = AM.getResult<ProfileSummaryAnalysis>(M);
1108 &PSI,
1136 auto *PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI();
1145 PSI,