/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AlwaysInliner.cpp | 35 function_ref<AssumptionCache &(Function &)> GetAssumptionCache, in AlwaysInlineImpl() argument 64 InlineFunctionInfo IFI(GetAssumptionCache, &PSI, in AlwaysInlineImpl() 133 auto GetAssumptionCache = [&](Function &F) -> AssumptionCache & { in runOnModule() local 137 return AlwaysInlineImpl(M, InsertLifetime, PSI, GetAssumptionCache, GetAAR, in runOnModule() 169 auto GetAssumptionCache = [&](Function &F) -> AssumptionCache & { in run() local 180 bool Changed = AlwaysInlineImpl(M, InsertLifetime, PSI, GetAssumptionCache, in run()
|
H A D | ModuleInliner.cpp | 191 auto GetAssumptionCache = [&](Function &F) -> AssumptionCache & { in run() local 211 GetAssumptionCache, PSI, in run()
|
H A D | PartialInlining.cpp | 196 : GetAssumptionCache(GetAC), LookupAssumptionCache(LookupAC), in PartialInlinerImpl() 266 function_ref<AssumptionCache &(Function &)> GetAssumptionCache; member 735 getInlineCost(CB, getInlineParams(), CalleeTTI, GetAssumptionCache, in shouldPartialInline() 1386 InlineFunctionInfo IFI(GetAssumptionCache, &PSI); in tryPartialInline() 1458 auto GetAssumptionCache = [&FAM](Function &F) -> AssumptionCache & { in run() local 1480 if (PartialInlinerImpl(GetAssumptionCache, LookupAssumptionCache, GetTTI, in run()
|
H A D | Inliner.cpp | 324 auto GetAssumptionCache = [&](Function &F) -> AssumptionCache & { in run() local 383 GetAssumptionCache, PSI, in run()
|
H A D | SampleProfile.cpp | 470 std::function<AssumptionCache &(Function &)> GetAssumptionCache, in SampleProfileLoader() argument 476 GetAC(std::move(GetAssumptionCache)), in SampleProfileLoader() 2317 auto GetAssumptionCache = [&](Function &F) -> AssumptionCache & { in run() local 2335 LTOPhase, FS, GetAssumptionCache, GetTTI, GetTLI, CG); in run()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | Cloning.h | 206 function_ref<AssumptionCache &(Function &)> GetAssumptionCache = nullptr, 210 : GetAssumptionCache(GetAssumptionCache), PSI(PSI), CallerBFI(CallerBFI), in GetAssumptionCache() function 215 function_ref<AssumptionCache &(Function &)> GetAssumptionCache; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InlineCost.h | 280 function_ref<AssumptionCache &(Function &)> GetAssumptionCache, 294 function_ref<AssumptionCache &(Function &)> GetAssumptionCache, 320 function_ref<AssumptionCache &(Function &)> GetAssumptionCache, 329 function_ref<AssumptionCache &(Function &)> GetAssumptionCache,
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InlineCost.cpp | 247 function_ref<AssumptionCache &(Function &)> GetAssumptionCache; member in __anon463f3bdb0111::CallAnalyzer 496 function_ref<AssumptionCache &(Function &)> GetAssumptionCache, in CallAnalyzer() argument 500 : TTI(TTI), GetAssumptionCache(GetAssumptionCache), GetBFI(GetBFI), in CallAnalyzer() 690 GetAssumptionCache, GetBFI, PSI, ORE, false); in onLoweredCall() 1106 function_ref<AssumptionCache &(Function &)> GetAssumptionCache, in InlineCostCallAnalyzer() argument 1111 : CallAnalyzer(Callee, Call, TTI, GetAssumptionCache, GetBFI, PSI, ORE), in InlineCostCallAnalyzer() 1229 GetAssumptionCache, GetBFI, PSI, ORE, false, in onLoweredCall() 1354 function_ref<AssumptionCache &(Function &)> &GetAssumptionCache, in InlineCostFeaturesAnalyzer() argument 1358 : CallAnalyzer(Callee, Call, TTI, GetAssumptionCache, GetBFI, PSI) {} in InlineCostFeaturesAnalyzer() 2755 CodeMetrics::collectEphemeralValues(&F, &GetAssumptionCache(F), EphValues); in analyze() [all …]
|
H A D | InlineOrder.cpp | 55 auto GetAssumptionCache = [&](Function &F) -> AssumptionCache & { in getInlineCostWrapper() local 70 return getInlineCost(CB, Params, CalleeTTI, GetAssumptionCache, GetTLI, in getInlineCostWrapper()
|
H A D | MLInlineAdvisor.cpp | 349 auto GetAssumptionCache = [&](Function &F) -> AssumptionCache & { in getAdviceImpl() local 385 llvm::getInliningCostEstimate(CB, TIR, GetAssumptionCache); in getAdviceImpl() 396 llvm::getInliningCostFeatures(CB, TIR, GetAssumptionCache); in getAdviceImpl()
|
H A D | InlineAdvisor.cpp | 144 auto GetAssumptionCache = [&](Function &F) -> AssumptionCache & { in getDefaultInlineAdvice() local 160 return getInlineCost(CB, Params, CalleeTTI, GetAssumptionCache, GetTLI, in getDefaultInlineAdvice()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | InlineFunction.cpp | 1588 if (!PreserveAlignmentAssumptions || !IFI.GetAssumptionCache) in AddAlignmentAssumptions() 1591 AssumptionCache *AC = &IFI.GetAssumptionCache(*CB.getCaller()); in AddAlignmentAssumptions() 1668 IFI.GetAssumptionCache ? &IFI.GetAssumptionCache(*Caller) : nullptr; in HandleByValArgument() 2359 IFI.GetAssumptionCache ? &IFI.GetAssumptionCache(*Caller) : nullptr; in InlineFunction() 2484 if (IFI.GetAssumptionCache) in InlineFunction() 2489 IFI.GetAssumptionCache(*Caller).registerAssumption(II); in InlineFunction() 3062 IFI.GetAssumptionCache ? &IFI.GetAssumptionCache(*Caller) : nullptr; in InlineFunction()
|