Searched refs:removeDeadFunction (Results 1 – 5 of 5) sorted by relevance
70 LCG->removeDeadFunction(*DeadFn); in finalize()
1057 void removeDeadFunction(Function &F);
1086 CG.removeDeadFunction(*DeadF); in run()
1189 CG.removeDeadFunction(D2F); in TEST()2166 CG.removeDeadFunction(DeadN.getFunction()); in TEST()
1505 void LazyCallGraph::removeDeadFunction(Function &F) { in removeDeadFunction() function in LazyCallGraph