Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDCallGraph.h127 CallGraphNode *getExternalCallingNode() const { return ExternalCallingNode; } in getExternalCallingNode() function
384 CallGraphNode *getExternalCallingNode() const { in getExternalCallingNode() function
385 return G->getExternalCallingNode(); in getExternalCallingNode()
485 return CGN->getExternalCallingNode(); // Start at the external node!
512 return CGN->getExternalCallingNode(); // Start at the external node!
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDCallPrinter.cpp121 return CGInfo->getCallGraph()->getExternalCallingNode(); in getEntryNode()
161 if (Node == CGInfo->getCallGraph()->getExternalCallingNode()) in getNodeLabel()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
HDAMDGPUMemoryUtils.cpp264 for (auto &ExternalCallRecord : *CG.getExternalCallingNode()) { in removeFnAttrFromReachable()