Searched refs:DeadFs (Results 1 – 2 of 2) sorted by relevance
1521 void LazyCallGraph::removeDeadFunctions(ArrayRef<Function *> DeadFs) { in removeDeadFunctions() argument1522 if (DeadFs.empty()) in removeDeadFunctions()1527 for (Function *DeadF : DeadFs) { in removeDeadFunctions()1563 for (Function *DeadF : DeadFs) { in removeDeadFunctions()
1064 void removeDeadFunctions(ArrayRef<Function *> DeadFs);