Searched refs:removeDeadFunctions (Results 1 – 3 of 3) sorted by relevance
63 bool removeDeadFunctions(CallGraph &CG, bool AlwaysInlineOnly = false);
114 return removeDeadFunctions(CG, /*AlwaysInlineOnly=*/true); in doFinalization()
776 return removeDeadFunctions(CG); in doFinalization()780 bool LegacyInlinerBase::removeDeadFunctions(CallGraph &CG, in removeDeadFunctions() function in LegacyInlinerBase