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

/freebsd-10.0-release/contrib/llvm/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]);
/freebsd-10.0-release/contrib/llvm/lib/Transforms/IPO/
H A DInliner.cpp523 delete CG.removeFunctionFromModule(CalleeNode);
609 delete CG.removeFunctionFromModule(*I);
H A DArgumentPromotion.cpp892 delete CG.removeFunctionFromModule(CGN);
/freebsd-10.0-release/contrib/llvm/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 105 milliseconds