Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCallGraphUpdater.cpp70 LCG->removeDeadFunction(*DeadFn); in finalize()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1057 void removeDeadFunction(Function &F);
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DInliner.cpp1086 CG.removeDeadFunction(*DeadF); in run()
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DLazyCallGraphTest.cpp1189 CG.removeDeadFunction(D2F); in TEST()
2166 CG.removeDeadFunction(DeadN.getFunction()); in TEST()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1505 void LazyCallGraph::removeDeadFunction(Function &F) { in removeDeadFunction() function in LazyCallGraph