Searched refs:removeAnyCallEdgeTo (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DCallGraph.h281 /// removeAnyCallEdgeTo - This method removes all call edges from this node
284 void removeAnyCallEdgeTo(CallGraphNode *Callee);
/external/llvm/lib/Analysis/IPA/
H A DCallGraph.cpp291 // removeAnyCallEdgeTo - This method removes any call edges from this node to
294 void CallGraphNode::removeAnyCallEdgeTo(CallGraphNode *Callee) { function in class:CallGraphNode
/external/llvm/lib/Transforms/IPO/
H A DInliner.cpp551 CG.getExternalCallingNode()->removeAnyCallEdgeTo(CGN);

Completed in 461 milliseconds