Lines Matching refs:GetBFI
250 function_ref<BlockFrequencyInfo &(Function &)> GetBFI; member in __anon463f3bdb0111::CallAnalyzer
497 function_ref<BlockFrequencyInfo &(Function &)> GetBFI = nullptr, in CallAnalyzer() argument
500 : TTI(TTI), GetAssumptionCache(GetAssumptionCache), GetBFI(GetBFI), in CallAnalyzer()
690 GetAssumptionCache, GetBFI, PSI, ORE, false); in onLoweredCall()
757 assert(GetBFI && "GetBFI must be available"); in onBlockAnalyzed()
758 BlockFrequencyInfo *BFI = &(GetBFI(F)); in onBlockAnalyzed()
799 if (!GetBFI) in isCostBenefitAnalysisEnabled()
816 BlockFrequencyInfo *CallerBFI = &(GetBFI(*Caller)); in isCostBenefitAnalysisEnabled()
829 BlockFrequencyInfo *CalleeBFI = &(GetBFI(F)); in isCostBenefitAnalysisEnabled()
876 assert(GetBFI); in costBenefitAnalysis()
877 BlockFrequencyInfo *CalleeBFI = &(GetBFI(F)); in costBenefitAnalysis()
927 BlockFrequencyInfo *CallerBFI = &(GetBFI(*(CallerBB->getParent()))); in costBenefitAnalysis()
1107 function_ref<BlockFrequencyInfo &(Function &)> GetBFI = nullptr, in InlineCostCallAnalyzer() argument
1111 : CallAnalyzer(Callee, Call, TTI, GetAssumptionCache, GetBFI, PSI, ORE), in InlineCostCallAnalyzer()
1229 GetAssumptionCache, GetBFI, PSI, ORE, false, in onLoweredCall()
1355 function_ref<BlockFrequencyInfo &(Function &)> GetBFI, in InlineCostFeaturesAnalyzer() argument
1358 : CallAnalyzer(Callee, Call, TTI, GetAssumptionCache, GetBFI, PSI) {} in InlineCostFeaturesAnalyzer()
1979 BlockFrequencyInfo *CallerBFI = GetBFI ? &(GetBFI(*Caller)) : nullptr; in updateThreshold()
2468 BlockFrequencyInfo *BFI = GetBFI ? &(GetBFI(F)) : nullptr; in visitSwitchInst()
2936 function_ref<BlockFrequencyInfo &(Function &)> GetBFI, in getInlineCost() argument
2939 GetAssumptionCache, GetTLI, GetBFI, PSI, ORE); in getInlineCost()
2945 function_ref<BlockFrequencyInfo &(Function &)> GetBFI, in getInliningCostEstimate() argument
2959 GetAssumptionCache, GetBFI, PSI, ORE, true, in getInliningCostEstimate()
2970 function_ref<BlockFrequencyInfo &(Function &)> GetBFI, in getInliningCostFeatures() argument
2972 InlineCostFeaturesAnalyzer CFA(CalleeTTI, GetAssumptionCache, GetBFI, PSI, in getInliningCostFeatures()
3056 function_ref<BlockFrequencyInfo &(Function &)> GetBFI, in getInlineCost() argument
3073 GetAssumptionCache, GetBFI, PSI, ORE); in getInlineCost()