Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallGraphUpdater.cpp37 DeadCGN->removeAllCalledFunctions(); in finalize()
92 OldCGN->removeAllCalledFunctions(); in reanalyzeFunction()
120 DeadCGN->removeAllCalledFunctions(); in removeFunction()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCallGraph.h227 void removeAllCalledFunctions() { in removeAllCalledFunctions() function