Searched refs:DeadFs (Results 1 – 2 of 2) sorted by relevance
1523 void LazyCallGraph::removeDeadFunctions(ArrayRef<Function *> DeadFs) { in removeDeadFunctions() argument1524 if (DeadFs.empty()) in removeDeadFunctions()1529 for (Function *DeadF : DeadFs) { in removeDeadFunctions()1565 for (Function *DeadF : DeadFs) { in removeDeadFunctions()
1063 LLVM_ABI void removeDeadFunctions(ArrayRef<Function *> DeadFs);