Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DInliner.h65 bool removeDeadFunctions(CallGraph &CG, bool AlwaysInlineOnly = false);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp154 return removeDeadFunctions(CG, /*AlwaysInlineOnly=*/true); in doFinalization()
H A DInliner.cpp555 return removeDeadFunctions(CG); in doFinalization()
559 bool LegacyInlinerBase::removeDeadFunctions(CallGraph &CG, in removeDeadFunctions() function in LegacyInlinerBase