Home
last modified time | relevance | path

Searched refs:removeDeadFunction (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCallGraphUpdater.cpp68 LCG->removeDeadFunction(*DeadFn); in finalize()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1045 void removeDeadFunction(Function &F);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DInliner.cpp970 CG.removeDeadFunction(*DeadF); in run()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1504 void LazyCallGraph::removeDeadFunction(Function &F) { in removeDeadFunction() function in LazyCallGraph