Searched refs:GetInlineCost (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Analysis/ |
| D | InlineAdvisor.cpp | 152 auto GetInlineCost = [&](CallBase &CB) { in getDefaultInlineAdvice() local 162 CB, GetInlineCost, ORE, in getDefaultInlineAdvice() 251 function_ref<InlineCost(CallBase &CB)> GetInlineCost) { in shouldBeDeferred() argument 296 InlineCost IC2 = GetInlineCost(*CS2); in shouldBeDeferred() 378 function_ref<InlineCost(CallBase &CB)> GetInlineCost, in shouldInline() argument 382 InlineCost IC = GetInlineCost(CB); in shouldInline() 417 shouldBeDeferred(Caller, IC, TotalSecondaryCost, GetInlineCost)) { in shouldInline()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/ |
| D | InlineAdvisor.h | 374 shouldInline(CallBase &CB, function_ref<InlineCost(CallBase &CB)> GetInlineCost,
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| D | Inliner.cpp | 367 function_ref<InlineCost(CallBase &CB)> GetInlineCost, in inlineCallsImpl() argument 484 auto OIC = shouldInline(CB, GetInlineCost, ORE); in inlineCallsImpl()
|