Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DCallGraph.h153 Function *removeFunctionFromModule(CallGraphNode *CGN);
378 Function *removeFunctionFromModule(CallGraphNode *CGN) { in removeFunctionFromModule() function
379 return G->removeFunctionFromModule(CGN); in removeFunctionFromModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCallGraph.cpp121 Function *CallGraph::removeFunctionFromModule(CallGraphNode *CGN) { in removeFunctionFromModule() function in CallGraph
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DInliner.cpp734 delete CG.removeFunctionFromModule(CalleeNode); in inlineCallsImpl()
859 delete CG.removeFunctionFromModule(CGN); in removeDeadFunctions()
DArgumentPromotion.cpp1158 delete CG.removeFunctionFromModule(OldNode); in runOnSCC()