Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DInliner.cpp303 bool Inliner::shouldInline(CallSite CS) { in shouldInline() function in Inliner
/external/llvm-project/llvm/lib/Analysis/
DInlineAdvisor.cpp315 llvm::shouldInline(CallBase &CB, in shouldInline() function in llvm
/external/llvm-project/mlir/lib/Transforms/
DInliner.cpp408 static bool shouldInline(ResolvedCall &resolvedCall) { in shouldInline() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DInliner.cpp419 shouldInline(CallSite CS, function_ref<InlineCost(CallSite CS)> GetInlineCost, in shouldInline() function