Searched refs:removeDeadFunctions (Results 1 – 5 of 5) sorted by relevance
304 void removeDeadFunctions();
619 removeDeadFunctions(); in ~FunctionSpecializer()788 void FunctionSpecializer::removeDeadFunctions() { in removeDeadFunctions() function in FunctionSpecializer
1064 void removeDeadFunctions(ArrayRef<Function *> DeadFs);
342 CG.removeDeadFunctions(DeadFunctions); in run()
1521 void LazyCallGraph::removeDeadFunctions(ArrayRef<Function *> DeadFs) { in removeDeadFunctions() function in LazyCallGraph