Home
last modified time | relevance | path

Searched refs:markDeadFunction (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallGraphUpdater.cpp43 LCG->markDeadFunction(*DeadFn); in finalize()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInliner.cpp552 CG.markDeadFunction(*DeadF); in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1070 void markDeadFunction(Function &F);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1498 void LazyCallGraph::markDeadFunction(Function &F) { in markDeadFunction() function in LazyCallGraph