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

  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 571 return removeDeadFunctions(CG);
575 bool Inliner::removeDeadFunctions(CallGraph &CG, bool AlwaysInlineOnly) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
Inliner.cpp 512 return removeDeadFunctions(CG);
515 /// removeDeadFunctions - Remove dead functions that are not included in
517 bool Inliner::removeDeadFunctions(CallGraph &CG,

Completed in 123 milliseconds