Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionSpecialization.h304 void removeDeadFunctions();
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp619 removeDeadFunctions(); in ~FunctionSpecializer()
788 void FunctionSpecializer::removeDeadFunctions() { in removeDeadFunctions() function in FunctionSpecializer
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1064 void removeDeadFunctions(ArrayRef<Function *> DeadFs);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp342 CG.removeDeadFunctions(DeadFunctions); in run()
H A DLazyCallGraph.cpp1521 void LazyCallGraph::removeDeadFunctions(ArrayRef<Function *> DeadFs) { in removeDeadFunctions() function in LazyCallGraph