Searched refs:removeOneAbstractEdgeTo (Results 1 - 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
H A DInternalize.cpp135 if (ExternalNode) ExternalNode->removeOneAbstractEdgeTo((*CG)[I]);
/external/llvm/lib/Transforms/IPO/
H A DInternalize.cpp192 ExternalNode->removeOneAbstractEdgeTo((*CG)[&I]);
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DCallGraph.h286 /// removeOneAbstractEdgeTo - Remove one edge associated with a null callsite
288 void removeOneAbstractEdgeTo(CallGraphNode *Callee);
/external/swiftshader/third_party/LLVM/lib/Analysis/IPA/
H A DCallGraph.cpp307 /// removeOneAbstractEdgeTo - Remove one edge associated with a null callsite
309 void CallGraphNode::removeOneAbstractEdgeTo(CallGraphNode *Callee) { function in class:CallGraphNode
/external/llvm/include/llvm/Analysis/
H A DCallGraph.h264 void removeOneAbstractEdgeTo(CallGraphNode *Callee);
/external/llvm/lib/Analysis/
H A DCallGraph.cpp228 /// removeOneAbstractEdgeTo - Remove one edge associated with a null callsite
230 void CallGraphNode::removeOneAbstractEdgeTo(CallGraphNode *Callee) { function in class:CallGraphNode

Completed in 177 milliseconds