Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DInliner.cpp575 bool Inliner::removeDeadFunctions(CallGraph &CG, bool AlwaysInlineOnly) { in removeDeadFunctions() function in Inliner
/external/llvm-project/llvm/lib/Transforms/IPO/
DInliner.cpp570 bool LegacyInlinerBase::removeDeadFunctions(CallGraph &CG, in removeDeadFunctions() function in LegacyInlinerBase
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DInliner.cpp784 bool LegacyInlinerBase::removeDeadFunctions(CallGraph &CG, in removeDeadFunctions() function in LegacyInlinerBase
/external/skia/src/sksl/
DSkSLCompiler.cpp585 bool Compiler::removeDeadFunctions(Program& program, ProgramUsage* usage) { in removeDeadFunctions() function in SkSL::Compiler