Lines Matching refs:PSI
832 ProfileSummaryInfo *PSI, BlockFrequencyInfo *BFI, in expandMemCmp() argument
856 llvm::shouldOptimizeForSize(CI->getParent(), PSI, BFI); in expandMemCmp()
893 const DataLayout &DL, ProfileSummaryInfo *PSI,
899 ProfileSummaryInfo *PSI,
924 auto *PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in runOnFunction() local
925 auto *BFI = (PSI && PSI->hasProfileSummary()) ? in runOnFunction()
931 auto PA = runImpl(F, TLI, TTI, TL, PSI, BFI, DT); in runOnFunction()
948 const DataLayout &DL, ProfileSummaryInfo *PSI, in runOnBlock() argument
958 expandMemCmp(CI, TTI, TL, &DL, PSI, BFI, DTU, Func == LibFunc_bcmp)) { in runOnBlock()
967 const TargetLowering *TL, ProfileSummaryInfo *PSI, in runImpl() argument
976 if (runOnBlock(*BBIt, TLI, TTI, TL, DL, PSI, BFI, DTU ? &*DTU : nullptr)) { in runImpl()
1002 auto *PSI = FAM.getResult<ModuleAnalysisManagerFunctionProxy>(F) in run() local
1004 BlockFrequencyInfo *BFI = (PSI && PSI->hasProfileSummary()) in run()
1009 return runImpl(F, &TLI, &TTI, TL, PSI, BFI, DT); in run()