Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/IPO/
DInlinerPass.h75 bool removeDeadFunctions(CallGraph &CG, bool AlwaysInlineOnly = false);
/external/llvm/lib/Transforms/IPO/
DInlineAlways.cpp61 return removeDeadFunctions(CG, /*AlwaysInlineOnly=*/ true); in doFinalization()
DInliner.cpp622 return removeDeadFunctions(CG); in doFinalization()
626 bool Inliner::removeDeadFunctions(CallGraph &CG, bool AlwaysInlineOnly) { in removeDeadFunctions() function in Inliner