Searched refs:removeDeadFunctions (Results 1 – 15 of 15) sorted by relevance
149 removeDeadFunctions(); in ~FunctionSpecializer()171 void removeDeadFunctions();
63 bool removeDeadFunctions(CallGraph &CG, bool AlwaysInlineOnly = false);
64 bool removeDeadFunctions(CallGraph &CG, bool AlwaysInlineOnly = false);
58 return removeDeadFunctions(CG, /*AlwaysInlineOnly=*/ true); in doFinalization()
571 return removeDeadFunctions(CG); in doFinalization()575 bool Inliner::removeDeadFunctions(CallGraph &CG, bool AlwaysInlineOnly) { in removeDeadFunctions() function in Inliner
62 bool removeDeadFunctions(CallGraph &CG, bool AlwaysInlineOnly = false);
123 return removeDeadFunctions(CG, /*AlwaysInlineOnly=*/true); in doFinalization()
780 return removeDeadFunctions(CG); in doFinalization()784 bool LegacyInlinerBase::removeDeadFunctions(CallGraph &CG, in removeDeadFunctions() function in LegacyInlinerBase
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
304 void removeDeadFunctions();