Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDCallGraphUpdater.cpp43 LCG->markDeadFunction(*DeadFn); in finalize()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDInliner.cpp552 CG.markDeadFunction(*DeadF); in run()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDLazyCallGraph.h1070 void markDeadFunction(Function &F);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDLazyCallGraph.cpp1498 void LazyCallGraph::markDeadFunction(Function &F) { in markDeadFunction() function in LazyCallGraph