Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/IPO/
H A DInliner.h63 bool removeDeadFunctions(CallGraph &CG, bool AlwaysInlineOnly = false);
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp114 return removeDeadFunctions(CG, /*AlwaysInlineOnly=*/true); in doFinalization()
H A DInliner.cpp776 return removeDeadFunctions(CG); in doFinalization()
780 bool LegacyInlinerBase::removeDeadFunctions(CallGraph &CG, in removeDeadFunctions() function in LegacyInlinerBase