Lines Matching defs:PSI
174 ProfileSummaryInfo* PSI)
175 : L(L), LI(LI), LAI(LAI), DT(DT), BFI(BFI), PSI(PSI), PSE(LAI.getPSE()) {}
591 llvm::shouldOptimizeForSize(HeaderBB, PSI, BFI,
641 ProfileSummaryInfo *PSI;
650 ProfileSummaryInfo *PSI,
676 LoadEliminationForLoop LEL(L, &LI, LAIs.getInfo(*L), &DT, BFI, PSI);
695 auto *PSI = MAMProxy.getCachedResult<ProfileSummaryAnalysis>(*F.getParent());
696 auto *BFI = (PSI && PSI->hasProfileSummary()) ?
700 bool Changed = eliminateLoadsAcrossLoops(F, LI, DT, BFI, PSI, &SE, &AC, LAIs);