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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/IPO/
H A DInliner.cpp546 delete CG.removeFunctionFromModule(CalleeNode);
632 delete CG.removeFunctionFromModule(*I);
H A DArgumentPromotion.cpp889 delete CG.removeFunctionFromModule(CGN);
/freebsd-10.2-release/contrib/llvm/include/llvm/Analysis/
H A DCallGraph.h147 /// removeFunctionFromModule - Unlink the function from this module, returning
153 Function *removeFunctionFromModule(CallGraphNode *CGN);
/freebsd-10.2-release/contrib/llvm/lib/Analysis/IPA/
H A DCallGraph.cpp138 // removeFunctionFromModule - Unlink the function from this module, returning
144 Function *CallGraph::removeFunctionFromModule(CallGraphNode *CGN) { function in class:CallGraph

Completed in 103 milliseconds