Searched refs:getExternalCallingNode (Results 1 – 3 of 3) sorted by relevance
142 CallGraphNode *getExternalCallingNode() const { return ExternalCallingNode; } in getExternalCallingNode() function355 CallGraphNode *getExternalCallingNode() const { in getExternalCallingNode() function356 return G->getExternalCallingNode(); in getExternalCallingNode()449 return CGN->getExternalCallingNode(); // Start at the external node!472 return CGN->getExternalCallingNode(); // Start at the external node!
175 CallGraphNode *ExternalNode = CG ? CG->getExternalCallingNode() : nullptr; in runOnModule()
683 CG.getExternalCallingNode()->removeAnyCallEdgeTo(CGN); in removeDeadFunctions()