Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DCSPreInliner.cpp101 bool CSPreInliner::shouldInline(ProfiledInlineCandidate &Candidate) { in shouldInline() function in CSPreInliner
145 if ((ShouldInline = shouldInline(Candidate))) { in processFunction()
H A DCSPreInliner.h79 bool shouldInline(ProfiledInlineCandidate &Candidate);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp69 auto OIC = shouldInline( in run()
H A DInliner.cpp420 auto OIC = shouldInline(CB, GetInlineCost, ORE); in inlineCallsImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineAdvisor.cpp103 return llvm::shouldInline(CB, GetInlineCost, ORE, in getDefaultInlineAdvice()
321 llvm::shouldInline(CallBase &CB, in shouldInline() function in llvm
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DInlineAdvisor.h264 shouldInline(CallBase &CB, function_ref<InlineCost(CallBase &CB)> GetInlineCost,