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 57 return removeDeadFunctions(CG, /*AlwaysInlineOnly=*/ true);
Inliner.cpp 550 return removeDeadFunctions(CG);
553 /// removeDeadFunctions - Remove dead functions that are not included in
555 bool Inliner::removeDeadFunctions(CallGraph &CG, bool AlwaysInlineOnly) {

Completed in 65 milliseconds