Home
last modified time | relevance | path

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

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