Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCallGraph.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.2/contrib/llvm-project/llvm/lib/Analysis/
H A DCallPrinter.cpp120 return CGInfo->getCallGraph()->getExternalCallingNode(); in getEntryNode()
160 if (Node == CGInfo->getCallGraph()->getExternalCallingNode()) in getNodeLabel()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallGraphUpdater.cpp38 CG->getExternalCallingNode()->removeAnyCallEdgeTo(DeadCGN); in finalize()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp1057 for (auto &N : *CG.getExternalCallingNode()) { in removeNoLdsKernelIdFromReachable()