Home
last modified time | relevance | path

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

/src/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()
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DCallGraphSCCPass.cpp358 CalleeNode = CG.getCallsExternalNode(); in RefreshCallGraph()
376 CalleeNode = CG.getCallsExternalNode(); in RefreshCallGraph()
H A DCallPrinter.cpp163 if (Node == CGInfo->getCallGraph()->getCallsExternalNode()) in getNodeLabel()
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp338 if (CGNode != CG.getCallsExternalNode()) in addAllDependencies()