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

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
CallGraph.h 281 /// removeAnyCallEdgeTo - This method removes all call edges from this node
284 void removeAnyCallEdgeTo(CallGraphNode *Callee);
  /external/swiftshader/third_party/LLVM/lib/Analysis/IPA/
CallGraph.cpp 294 // removeAnyCallEdgeTo - This method removes any call edges from this node to
297 void CallGraphNode::removeAnyCallEdgeTo(CallGraphNode *Callee) {
  /external/llvm/include/llvm/Analysis/
CallGraph.h 260 void removeAnyCallEdgeTo(CallGraphNode *Callee);
  /external/llvm/lib/Analysis/
CallGraph.cpp 215 // removeAnyCallEdgeTo - This method removes any call edges from this node to
218 void CallGraphNode::removeAnyCallEdgeTo(CallGraphNode *Callee) {
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 587 CG.getExternalCallingNode()->removeAnyCallEdgeTo(CGN);
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
Inliner.cpp 548 CG.getExternalCallingNode()->removeAnyCallEdgeTo(CGN);

Completed in 343 milliseconds