Lines Matching defs:PSI
167 ProfileSummaryInfo *PSI) {
168 if (!PSI)
170 if (PSI->isHotCount(ProfileCount))
172 if (PSI->isColdCount(ProfileCount))
304 BlockFrequencyInfo *BFI, ProfileSummaryInfo *PSI, DominatorTree &DT,
440 auto ScaledCount = PSI->getProfileCount(*CB, BFI);
441 auto Hotness = ScaledCount ? getHotness(*ScaledCount, PSI)
498 .updateHotness(getHotness(Candidate.Count, PSI));
597 if (PSI->hasPartialSampleProfile() && ScalePartialSampleProfileWorkingSetSize)
917 ProfileSummaryInfo *PSI,
919 assert(PSI);
1040 computeFunctionSummary(Index, M, F, BFI, PSI, DT,
1129 ProfileSummaryInfo &PSI = AM.getResult<ProfileSummaryAnalysis>(M);
1138 &PSI,
1166 auto *PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI();
1175 PSI,