Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLCompiler.cpp179 bool shouldInline) { in compileModule()
/external/llvm/lib/Transforms/IPO/
DInliner.cpp303 bool Inliner::shouldInline(CallSite CS) { in shouldInline() function in Inliner
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DInlineAdvisor.cpp377 llvm::shouldInline(CallBase &CB, in shouldInline() function in llvm
/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