Searched refs:removeDeadFunctions (Results 1 – 5 of 5) sorted by relevance
149 removeDeadFunctions(); in ~FunctionSpecializer()171 void removeDeadFunctions();
63 bool removeDeadFunctions(CallGraph &CG, bool AlwaysInlineOnly = false);
160 return removeDeadFunctions(CG, /*AlwaysInlineOnly=*/true); in doFinalization()
619 return removeDeadFunctions(CG); in doFinalization()623 bool LegacyInlinerBase::removeDeadFunctions(CallGraph &CG, in removeDeadFunctions() function in LegacyInlinerBase
365 void FunctionSpecializer::removeDeadFunctions() { in removeDeadFunctions() function in FunctionSpecializer