Home
last modified time | relevance | path

Searched refs:getCallGraph (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DCallPrinter.cpp88 CallGraph *getCallGraph() const { return CG; } in getCallGraph() function in llvm::CallGraphDOTInfo
120 return CGInfo->getCallGraph()->getExternalCallingNode(); in getEntryNode()
134 return nodes_iterator(CGInfo->getCallGraph()->begin(), &CGGetValuePtr); in nodes_begin()
137 return nodes_iterator(CGInfo->getCallGraph()->end(), &CGGetValuePtr); in nodes_end()
160 if (Node == CGInfo->getCallGraph()->getExternalCallingNode()) in getNodeLabel()
162 if (Node == CGInfo->getCallGraph()->getCallsExternalNode()) in getNodeLabel()
H A DCallGraphSCCPass.cpp501 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph(); in runOnModule()
690 SCC.getCallGraph().getModule().print(OS, nullptr); in runOnSCC()
711 SCC.getCallGraph().getModule().print(OS, nullptr); in runOnSCC()
745 SCC.getCallGraph().getModule().getContext().getOptPassGate(); in skipSCC()
H A DGlobalsModRef.cpp1040 M, GetTLI, getAnalysis<CallGraphWrapperPass>().getCallGraph()))); in runOnModule()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DCallGraphSCCPass.h115 const CallGraph &getCallGraph() { return CG; } in getCallGraph() function
H A DCallGraph.h356 const CallGraph &getCallGraph() const { return *G; } in getCallGraph() function
357 CallGraph &getCallGraph() { return *G; } in getCallGraph() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DInternalize.cpp309 CallGraph *CG = CGPass ? &CGPass->getCallGraph() : nullptr; in runOnModule()
H A DInliner.cpp598 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph(); in inlineCalls()
H A DFunctionAttrs.cpp1972 auto &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph(); in runOnModule()
H A DAttributor.cpp3790 CallGraph &CG = const_cast<CallGraph &>(SCC.getCallGraph()); in runOnSCC()