Searched defs:removeDeadFunctions (Results 1 – 4 of 4) sorted by relevance
575 bool Inliner::removeDeadFunctions(CallGraph &CG, bool AlwaysInlineOnly) { in removeDeadFunctions() function in Inliner
570 bool LegacyInlinerBase::removeDeadFunctions(CallGraph &CG, in removeDeadFunctions() function in LegacyInlinerBase
784 bool LegacyInlinerBase::removeDeadFunctions(CallGraph &CG, in removeDeadFunctions() function in LegacyInlinerBase
585 bool Compiler::removeDeadFunctions(Program& program, ProgramUsage* usage) { in removeDeadFunctions() function in SkSL::Compiler