Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DCSPreInliner.cpp148 bool CSPreInliner::shouldInline(ProfiledInlineCandidate &Candidate) { in shouldInline() function in CSPreInliner
208 if ((ShouldInline = shouldInline(Candidate))) { in processFunction()
H A DCSPreInliner.h79 bool shouldInline(ProfiledInlineCandidate &Candidate);
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInlineAdvisor.cpp159 return llvm::shouldInline( in getDefaultInlineAdvice()
368 llvm::shouldInline(CallBase &CB, in shouldInline() function in llvm
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DInlineAdvisor.h299 shouldInline(CallBase &CB, function_ref<InlineCost(CallBase &CB)> GetInlineCost,
/llvm-project-15.0.7/mlir/lib/Transforms/
H A DInliner.cpp441 static bool shouldInline(ResolvedCall &resolvedCall) { in shouldInline() function
508 bool doInline = !inHistory && shouldInline(it); in inlineCallsInSCC()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DInliner.cpp484 auto OIC = shouldInline(CB, GetInlineCost, ORE); in inlineCallsImpl()