Home
last modified time | relevance | path

Searched refs:removeDeadFunctions (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DInliner.h63 bool removeDeadFunctions(CallGraph &CG, bool AlwaysInlineOnly = false);
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp162 return removeDeadFunctions(CG, /*AlwaysInlineOnly=*/true); in doFinalization()
H A DFunctionSpecialization.cpp294 removeDeadFunctions(); in ~FunctionSpecializer()
342 void removeDeadFunctions() { in removeDeadFunctions() function in __anonfb6321fa0211::FunctionSpecializer
H A DInliner.cpp619 return removeDeadFunctions(CG); in doFinalization()
623 bool LegacyInlinerBase::removeDeadFunctions(CallGraph &CG, in removeDeadFunctions() function in LegacyInlinerBase