Lines Matching defs:PSI
172 ProfileSummaryInfo* PSI)
173 : L(L), LI(LI), LAI(LAI), DT(DT), BFI(BFI), PSI(PSI), PSE(LAI.getPSE()) {}
587 if (llvm::shouldOptimizeForSize(HeaderBB, PSI, BFI,
636 ProfileSummaryInfo *PSI;
645 ProfileSummaryInfo *PSI,
671 LoadEliminationForLoop LEL(L, &LI, LAIs.getInfo(*L), &DT, BFI, PSI);
690 auto *PSI = MAMProxy.getCachedResult<ProfileSummaryAnalysis>(*F.getParent());
691 auto *BFI = (PSI && PSI->hasProfileSummary()) ?
695 bool Changed = eliminateLoadsAcrossLoops(F, LI, DT, BFI, PSI, &SE, &AC, LAIs);