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

/macosx-10.10/llvmCore-3425.0.34/include/llvm/Analysis/
H A DCallGraph.h125 /// removeFunctionFromModule - Unlink the function from this module, returning
131 Function *removeFunctionFromModule(CallGraphNode *CGN);
132 Function *removeFunctionFromModule(Function *F) { function in class:llvm::CallGraph
133 return removeFunctionFromModule((*this)[F]);
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/IPO/
H A DInliner.cpp490 delete CG.removeFunctionFromModule(CalleeNode);
574 delete CG.removeFunctionFromModule(*I);
H A DArgumentPromotion.cpp876 delete CG.removeFunctionFromModule(CGN);
/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/IPA/
H A DCallGraph.cpp212 // removeFunctionFromModule - Unlink the function from this module, returning
218 Function *CallGraph::removeFunctionFromModule(CallGraphNode *CGN) { function in class:CallGraph

Completed in 128 milliseconds