Home
last modified time | relevance | path

Searched refs:GetInlineCost (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DInlineAdvisor.cpp152 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/
DInlineAdvisor.h374 shouldInline(CallBase &CB, function_ref<InlineCost(CallBase &CB)> GetInlineCost,
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DInliner.cpp367 function_ref<InlineCost(CallBase &CB)> GetInlineCost, in inlineCallsImpl() argument
484 auto OIC = shouldInline(CB, GetInlineCost, ORE); in inlineCallsImpl()