Home
last modified time | relevance | path

Searched refs:addCalledFunction (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DCallGraph.cpp86 ExternalCallingNode->addCalledFunction(nullptr, Node); in addToCallGraph()
97 Node->addCalledFunction(nullptr, CallsExternalNode.get()); in populateCallGraphNode()
108 Node->addCalledFunction(Call, CallsExternalNode.get()); in populateCallGraphNode()
110 Node->addCalledFunction(Call, getOrInsertFunction(Callee)); in populateCallGraphNode()
114 Node->addCalledFunction(nullptr, getOrInsertFunction(CB)); in populateCallGraphNode()
301 addCalledFunction(nullptr, CGN); in replaceCallEdge()
H A DCallGraphSCCPass.cpp323 CGN->addCalledFunction(nullptr, CG.getOrInsertFunction(CB)); in RefreshCallGraph()
388 CGN->addCalledFunction(Call, CalleeNode); in RefreshCallGraph()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp207 Node->addCalledFunction(Call, CG.getCallsExternalNode()); in buildCGN()
209 Node->addCalledFunction(Call, CG.getOrInsertFunction(Callee)); in buildCGN()
526 (*CG)[Call->getFunction()]->addCalledFunction(Call, (*CG)[Callee]); in addCallToCallGraph()
H A DCoroSplit.cpp1939 CG[&F]->addCalledFunction(IndirectCall, CG.getCallsExternalNode()); in prepareForSplit()
2036 PrepareUserNode->addCalledFunction(CB, FnNode); in replacePrepare()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCallGraph.h243 void addCalledFunction(CallBase *Call, CallGraphNode *M) { in addCalledFunction() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1366 CallerNode->addCalledFunction(NewCall, CG[F]); in UpdateCallGraphAfterInlining()
1371 CallerNode->addCalledFunction(NewCall, I->second); in UpdateCallGraphAfterInlining()