Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallGraphUpdater.cpp68 LCG->removeDeadFunction(*DeadFn); in finalize()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1046 void removeDeadFunction(Function &F);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInliner.cpp1123 CG.removeDeadFunction(*DeadF); in run()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1504 void LazyCallGraph::removeDeadFunction(Function &F) { in removeDeadFunction() function in LazyCallGraph