Searched refs:addCalledFunction (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | CallGraph.cpp | 86 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 D | CallGraphSCCPass.cpp | 323 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 D | Coroutines.cpp | 207 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 D | CoroSplit.cpp | 1939 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 D | CallGraph.h | 243 void addCalledFunction(CallBase *Call, CallGraphNode *M) { in addCalledFunction() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | InlineFunction.cpp | 1366 CallerNode->addCalledFunction(NewCall, CG[F]); in UpdateCallGraphAfterInlining() 1371 CallerNode->addCalledFunction(NewCall, I->second); in UpdateCallGraphAfterInlining()
|