HomeSort by relevance Sort by last modified time
    Searched defs:CallsExternalNode (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Analysis/IPA/
CallGraph.cpp 39 // CallsExternalNode - This node has edges to it from all functions making
41 CallGraphNode *CallsExternalNode;
46 ExternalCallingNode(0), CallsExternalNode(0) {
55 CallsExternalNode = new CallGraphNode(0);
98 CallGraphNode* getCallsExternalNode() const { return CallsExternalNode; }
144 Node->addCalledFunction(CallSite(), CallsExternalNode);
156 Node->addCalledFunction(CS, CallsExternalNode);
164 /// CallsExternalNode is not in the function map, delete it explicitly.
165 if (CallsExternalNode) {
166 CallsExternalNode->allReferencesDropped()
    [all...]
  /external/llvm/include/llvm/Analysis/
CallGraph.h 95 std::unique_ptr<CallGraphNode> CallsExternalNode;
146 return CallsExternalNode.get();

Completed in 345 milliseconds