Searched refs:removeDeadFunctions (Results 1 – 3 of 3) sorted by relevance
65 bool removeDeadFunctions(CallGraph &CG, bool AlwaysInlineOnly = false);
154 return removeDeadFunctions(CG, /*AlwaysInlineOnly=*/true); in doFinalization()
555 return removeDeadFunctions(CG); in doFinalization()559 bool LegacyInlinerBase::removeDeadFunctions(CallGraph &CG, in removeDeadFunctions() function in LegacyInlinerBase