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.cpp1521 void LazyCallGraph::removeDeadFunctions(ArrayRef<Function *> DeadFs) { in removeDeadFunctions() argument
1522 if (DeadFs.empty()) in removeDeadFunctions()
1527 for (Function *DeadF : DeadFs) { in removeDeadFunctions()
1563 for (Function *DeadF : DeadFs) { in removeDeadFunctions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1064 void removeDeadFunctions(ArrayRef<Function *> DeadFs);