Searched refs:getExternalCallingNode (Results 1 – 3 of 3) sorted by relevance
139 CallGraphNode *getExternalCallingNode() const { return ExternalCallingNode; } in getExternalCallingNode() function349 CallGraphNode *getExternalCallingNode() const { in getExternalCallingNode() function350 return G->getExternalCallingNode(); in getExternalCallingNode()443 return CGN->getExternalCallingNode(); // Start at the external node!464 return CGN->getExternalCallingNode(); // Start at the external node!
136 CallGraphNode *ExternalNode = CG ? CG->getExternalCallingNode() : nullptr; in runOnModule()
663 CG.getExternalCallingNode()->removeAnyCallEdgeTo(CGN); in removeDeadFunctions()