Searched refs:removeDeadFunctions (Results 1 – 3 of 3) sorted by relevance
75 bool removeDeadFunctions(CallGraph &CG, bool AlwaysInlineOnly = false);
61 return removeDeadFunctions(CG, /*AlwaysInlineOnly=*/ true); in doFinalization()
622 return removeDeadFunctions(CG); in doFinalization()626 bool Inliner::removeDeadFunctions(CallGraph &CG, bool AlwaysInlineOnly) { in removeDeadFunctions() function in Inliner