Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1055 void removeDeadFunction(Function &F);
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DInliner.cpp1211 CG.removeDeadFunction(*DeadF); in run()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1479 void LazyCallGraph::removeDeadFunction(Function &F) { in removeDeadFunction() function in LazyCallGraph