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

  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
Internalize.cpp 135 if (ExternalNode) ExternalNode->removeOneAbstractEdgeTo((*CG)[I]);
  /external/llvm/lib/Transforms/IPO/
Internalize.cpp 192 ExternalNode->removeOneAbstractEdgeTo((*CG)[&I]);
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
CallGraph.h 286 /// removeOneAbstractEdgeTo - Remove one edge associated with a null callsite
288 void removeOneAbstractEdgeTo(CallGraphNode *Callee);
  /external/swiftshader/third_party/LLVM/lib/Analysis/IPA/
CallGraph.cpp 307 /// removeOneAbstractEdgeTo - Remove one edge associated with a null callsite
309 void CallGraphNode::removeOneAbstractEdgeTo(CallGraphNode *Callee) {
  /external/llvm/include/llvm/Analysis/
CallGraph.h 264 void removeOneAbstractEdgeTo(CallGraphNode *Callee);
  /external/llvm/lib/Analysis/
CallGraph.cpp 228 /// removeOneAbstractEdgeTo - Remove one edge associated with a null callsite
230 void CallGraphNode::removeOneAbstractEdgeTo(CallGraphNode *Callee) {

Completed in 48 milliseconds