Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DInliner.h65 bool removeDeadFunctions(CallGraph &CG, bool AlwaysInlineOnly = false);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp154 return removeDeadFunctions(CG, /*AlwaysInlineOnly=*/true); in doFinalization()
H A DInliner.cpp559 return removeDeadFunctions(CG); in doFinalization()
563 bool LegacyInlinerBase::removeDeadFunctions(CallGraph &CG, in removeDeadFunctions() function in LegacyInlinerBase