Searched defs:removeDeadFunctions (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/IPO/
H A DInliner.cpp573 return removeDeadFunctions(CG);
576 /// removeDeadFunctions - Remove dead functions that are not included in
578 bool Inliner::removeDeadFunctions(CallGraph &CG, bool AlwaysInlineOnly) { function in class:Inliner

Completed in 47 milliseconds