HomeSort by relevance Sort by last modified time
    Searched refs:removeDeadFunctions (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Transforms/IPO/
InlinerPass.h 69 /// removeDeadFunctions - Remove dead functions.
75 bool removeDeadFunctions(CallGraph &CG, bool AlwaysInlineOnly = false);
  /external/llvm/lib/Transforms/IPO/
InlineAlways.cpp 61 return removeDeadFunctions(CG, /*AlwaysInlineOnly=*/ true);
Inliner.cpp 622 return removeDeadFunctions(CG);
626 bool Inliner::removeDeadFunctions(CallGraph &CG, bool AlwaysInlineOnly) {

Completed in 347 milliseconds