Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp509 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph(); in runOnModule()
698 SCC.getCallGraph().getModule().print(OS, nullptr); in runOnSCC()
719 SCC.getCallGraph().getModule().print(OS, nullptr); in runOnSCC()
753 SCC.getCallGraph().getModule().getContext().getOptPassGate(); in skipSCC()
H A DGlobalsModRef.cpp1043 M, GetTLI, getAnalysis<CallGraphWrapperPass>().getCallGraph()))); in runOnModule()
/llvm-project-15.0.7/llvm/tools/opt/
H A DPrintSCC.cpp94 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph(); in runOnModule()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DCallGraphSCCPass.h115 const CallGraph &getCallGraph() { return CG; } in getCallGraph() function
H A DCallGraph.h347 const CallGraph &getCallGraph() const { return *G; } in getCallGraph() function
348 CallGraph &getCallGraph() { return *G; } in getCallGraph() function
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp171 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph(); in runOnSCC()
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 DOpenMPOpt.cpp5119 if (!containsOpenMP(CGSCC.getCallGraph().getModule())) in runOnSCC()
5136 Module &M = CGSCC.getCallGraph().getModule(); in runOnSCC()
5139 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph(); in runOnSCC()
H A DFunctionAttrs.cpp2059 auto &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph(); in runOnModule()
H A DAttributor.cpp3531 CallGraph &CG = const_cast<CallGraph &>(SCC.getCallGraph()); in runOnSCC()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DLegacyPassManagerTest.cpp605 CallGraph &CG = const_cast<CallGraph &>(SCMM.getCallGraph()); in runOnSCC()
710 CallGraph &CG = const_cast<CallGraph &>(SCC.getCallGraph()); in runOnSCC()