Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCallGraphUpdater.cpp70 LCG->removeDeadFunction(*DeadFn); in finalize()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1065 void removeDeadFunction(Function &F);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DInliner.cpp1091 CG.removeDeadFunction(*DeadF); in run()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1494 void LazyCallGraph::removeDeadFunction(Function &F) { in removeDeadFunction() function in LazyCallGraph