Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCallGraph.h129 CallGraphNode *getCallsExternalNode() const { in getCallsExternalNode() function
388 CallGraphNode *getCallsExternalNode() const { in getCallsExternalNode() function
389 return G->getCallsExternalNode(); in getCallsExternalNode()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DCallGraphSCCPass.cpp358 CalleeNode = CG.getCallsExternalNode(); in RefreshCallGraph()
376 CalleeNode = CG.getCallsExternalNode(); in RefreshCallGraph()
H A DCallPrinter.cpp162 if (Node == CGInfo->getCallGraph()->getCallsExternalNode()) in getNodeLabel()