Searched refs:removeDeadFunctions (Results 1 – 4 of 4) sorted by relevance
63 bool removeDeadFunctions(CallGraph &CG, bool AlwaysInlineOnly = false);
162 return removeDeadFunctions(CG, /*AlwaysInlineOnly=*/true); in doFinalization()
294 removeDeadFunctions(); in ~FunctionSpecializer()342 void removeDeadFunctions() { in removeDeadFunctions() function in __anonfb6321fa0211::FunctionSpecializer
619 return removeDeadFunctions(CG); in doFinalization()623 bool LegacyInlinerBase::removeDeadFunctions(CallGraph &CG, in removeDeadFunctions() function in LegacyInlinerBase