Lines Matching refs:PSI

253   ProfileSummaryInfo *PSI;  member in __anon463f3bdb0111::CallAnalyzer
498 ProfileSummaryInfo *PSI = nullptr, in CallAnalyzer() argument
501 PSI(PSI), F(Callee), DL(F.getDataLayout()), ORE(ORE), in CallAnalyzer()
690 GetAssumptionCache, GetBFI, PSI, ORE, false); in onLoweredCall()
796 if (!PSI || !PSI->hasProfileSummary()) in isCostBenefitAnalysisEnabled()
808 if (!PSI->hasInstrumentationProfile()) in isCostBenefitAnalysisEnabled()
821 if (!PSI->isHotCallSite(CandidateCall, CallerBFI)) in isCostBenefitAnalysisEnabled()
964 APInt Threshold(128, PSI->getOrCompHotCountThreshold()); in costBenefitAnalysis()
1108 ProfileSummaryInfo *PSI = nullptr, in InlineCostCallAnalyzer() argument
1111 : CallAnalyzer(Callee, Call, TTI, GetAssumptionCache, GetBFI, PSI, ORE), in InlineCostCallAnalyzer()
1229 GetAssumptionCache, GetBFI, PSI, ORE, false, in onLoweredCall()
1356 ProfileSummaryInfo *PSI, OptimizationRemarkEmitter *ORE, Function &Callee, in InlineCostFeaturesAnalyzer() argument
1358 : CallAnalyzer(Callee, Call, TTI, GetAssumptionCache, GetBFI, PSI) {} in InlineCostFeaturesAnalyzer()
1863 if (PSI && PSI->hasProfileSummary()) in isColdCallSite()
1864 return PSI->isColdCallSite(Call, CallerBFI); in isColdCallSite()
1888 if (PSI && PSI->hasProfileSummary() && PSI->isHotCallSite(Call, CallerBFI)) in getHotCallSiteThreshold()
1996 } else if (PSI) { in updateThreshold()
1999 if (PSI->isFunctionEntryHot(&Callee)) { in updateThreshold()
2005 } else if (PSI->isFunctionEntryCold(&Callee)) { in updateThreshold()
2470 TTI.getEstimatedNumberOfCaseClusters(SI, JumpTableSize, PSI, BFI); in visitSwitchInst()
2937 ProfileSummaryInfo *PSI, OptimizationRemarkEmitter *ORE) { in getInlineCost() argument
2939 GetAssumptionCache, GetTLI, GetBFI, PSI, ORE); in getInlineCost()
2946 ProfileSummaryInfo *PSI, OptimizationRemarkEmitter *ORE) { in getInliningCostEstimate() argument
2959 GetAssumptionCache, GetBFI, PSI, ORE, true, in getInliningCostEstimate()
2971 ProfileSummaryInfo *PSI, OptimizationRemarkEmitter *ORE) { in getInliningCostFeatures() argument
2972 InlineCostFeaturesAnalyzer CFA(CalleeTTI, GetAssumptionCache, GetBFI, PSI, in getInliningCostFeatures()
3057 ProfileSummaryInfo *PSI, OptimizationRemarkEmitter *ORE) { in getInlineCost() argument
3073 GetAssumptionCache, GetBFI, PSI, ORE); in getInlineCost()
3248 ProfileSummaryInfo PSI(*M); in run() local
3265 GetAssumptionCache, nullptr, &PSI, &ORE); in run()