Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCallGraph.h130 CallGraphNode *getCallsExternalNode() const { in getCallsExternalNode() function
376 CallGraphNode *getCallsExternalNode() const { in getCallsExternalNode() function
377 return G->getCallsExternalNode(); in getCallsExternalNode()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DCallGraphSCCPass.cpp366 CalleeNode = CG.getCallsExternalNode(); in RefreshCallGraph()
384 CalleeNode = CG.getCallsExternalNode(); in RefreshCallGraph()
H A DCallPrinter.cpp157 if (Node == CGInfo->getCallGraph()->getCallsExternalNode()) in getNodeLabel()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp207 Node->addCalledFunction(Call, CG.getCallsExternalNode()); in buildCGN()
H A DCoroSplit.cpp1939 CG[&F]->addCalledFunction(IndirectCall, CG.getCallsExternalNode()); in prepareForSplit()