Home
last modified time | relevance | path

Searched refs:shouldInline (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp69 auto OIC = shouldInline( in run()
H A DInliner.cpp424 auto OIC = shouldInline(CB, GetInlineCost, ORE); in inlineCallsImpl()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineAdvisor.cpp103 return llvm::shouldInline(CB, GetInlineCost, ORE, in getDefaultInlineAdvice()
324 llvm::shouldInline(CallBase &CB, in shouldInline() function in llvm
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineAdvisor.h260 shouldInline(CallBase &CB, function_ref<InlineCost(CallBase &CB)> GetInlineCost,