Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DInliner.cpp541 CalleeNode->removeAllCalledFunctions(); in inlineCalls()
582 CGN->removeAllCalledFunctions(); in removeDeadFunctions()
/external/llvm/include/llvm/Analysis/
DCallGraph.h221 void removeAllCalledFunctions() { in removeAllCalledFunctions() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DCallGraph.h217 void removeAllCalledFunctions() { in removeAllCalledFunctions() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DInliner.cpp731 CalleeNode->removeAllCalledFunctions(); in inlineCallsImpl()
791 CGN->removeAllCalledFunctions(); in removeDeadFunctions()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroutines.cpp212 ParentNode->removeAllCalledFunctions(); in updateCallGraph()