Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp207 Node->addCalledFunction(Call, CG.getCallsExternalNode()); in buildCGN()
H A DCoroSplit.cpp1898 CG[&F]->addCalledFunction(IndirectCall, CG.getCallsExternalNode()); in prepareForSplit()