Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCallGraphUpdater.cpp35 DeadCGN->removeAllCalledFunctions(); in finalize()
90 OldCGN->removeAllCalledFunctions(); in reanalyzeFunction()
118 DeadCGN->removeAllCalledFunctions(); in removeFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DInliner.cpp506 CalleeNode->removeAllCalledFunctions(); in inlineCallsImpl()
566 CGN->removeAllCalledFunctions(); in removeDeadFunctions()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DCallGraph.h228 void removeAllCalledFunctions() { in removeAllCalledFunctions() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp219 ParentNode->removeAllCalledFunctions(); in updateCallGraph()