HomeSort by relevance Sort by last modified time
    Searched refs:removeFunctionFromModule (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Analysis/
CallGraph.h 125 /// removeFunctionFromModule - Unlink the function from this module, returning
131 Function *removeFunctionFromModule(CallGraphNode *CGN);
132 Function *removeFunctionFromModule(Function *F) {
133 return removeFunctionFromModule((*this)[F]);
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 484 delete CG.removeFunctionFromModule(CalleeNode);
568 delete CG.removeFunctionFromModule(*I);
ArgumentPromotion.cpp     [all...]
  /external/llvm/lib/Analysis/IPA/
CallGraph.cpp 209 // removeFunctionFromModule - Unlink the function from this module, returning
215 Function *CallGraph::removeFunctionFromModule(CallGraphNode *CGN) {

Completed in 69 milliseconds