Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DFunctionSpecialization.h149 removeDeadFunctions(); in ~FunctionSpecializer()
171 void removeDeadFunctions();
H A DInliner.h63 bool removeDeadFunctions(CallGraph &CG, bool AlwaysInlineOnly = false);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp160 return removeDeadFunctions(CG, /*AlwaysInlineOnly=*/true); in doFinalization()
H A DInliner.cpp619 return removeDeadFunctions(CG); in doFinalization()
623 bool LegacyInlinerBase::removeDeadFunctions(CallGraph &CG, in removeDeadFunctions() function in LegacyInlinerBase
H A DFunctionSpecialization.cpp365 void FunctionSpecializer::removeDeadFunctions() { in removeDeadFunctions() function in FunctionSpecializer