Home
last modified time | relevance | path

Searched refs:DeadFs (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1523 void LazyCallGraph::removeDeadFunctions(ArrayRef<Function *> DeadFs) { in removeDeadFunctions() argument
1524 if (DeadFs.empty()) in removeDeadFunctions()
1529 for (Function *DeadF : DeadFs) { in removeDeadFunctions()
1565 for (Function *DeadF : DeadFs) { in removeDeadFunctions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1063 LLVM_ABI void removeDeadFunctions(ArrayRef<Function *> DeadFs);