Home
last modified time | relevance | path

Searched refs:getExternalCallingNode (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DCallGraph.h137 CallGraphNode *getExternalCallingNode() const { return ExternalCallingNode; } in getExternalCallingNode() function
359 CallGraphNode *getExternalCallingNode() const { in getExternalCallingNode() function
360 return G->getExternalCallingNode(); in getExternalCallingNode()
460 return CGN->getExternalCallingNode(); // Start at the external node!
487 return CGN->getExternalCallingNode(); // Start at the external node!
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DInternalize.cpp155 CallGraphNode *ExternalNode = CG ? CG->getExternalCallingNode() : nullptr; in internalizeModule()
H A DInliner.cpp792 CG.getExternalCallingNode()->removeAnyCallEdgeTo(CGN); in removeDeadFunctions()