Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCallGraphUpdater.cpp37 DeadCGN->removeAllCalledFunctions(); in finalize()
92 OldCGN->removeAllCalledFunctions(); in reanalyzeFunction()
120 DeadCGN->removeAllCalledFunctions(); in removeFunction()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DInliner.cpp570 CalleeNode->removeAllCalledFunctions(); in inlineCallsImpl()
630 CGN->removeAllCalledFunctions(); in removeDeadFunctions()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DCallGraph.h227 void removeAllCalledFunctions() { in removeAllCalledFunctions() function