D | InlineCost.cpp | 106 Optional<function_ref<BlockFrequencyInfo &(Function &)>> &GetBFI; member in __anon5999813e0111::CallAnalyzer 274 Optional<function_ref<BlockFrequencyInfo &(Function &)>> &GetBFI, in CallAnalyzer() argument 277 : TTI(TTI), GetAssumptionCache(GetAssumptionCache), GetBFI(GetBFI), in CallAnalyzer() 922 BlockFrequencyInfo *CallerBFI = GetBFI ? &((*GetBFI)(*Caller)) : nullptr; in updateThreshold() 1295 CallAnalyzer CA(TTI, GetAssumptionCache, GetBFI, PSI, ORE, *F, CS, in visitCallSite() 1950 Optional<function_ref<BlockFrequencyInfo &(Function &)>> GetBFI, in getInlineCost() argument 1953 GetAssumptionCache, GetBFI, PSI, ORE); in getInlineCost() 1960 Optional<function_ref<BlockFrequencyInfo &(Function &)>> GetBFI, in getInlineCost() argument 2014 CallAnalyzer CA(CalleeTTI, GetAssumptionCache, GetBFI, PSI, ORE, *Callee, CS, in getInlineCost()
|