Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCallPrinter.cpp83 CallGraph *getCallGraph() const { return CG; } in getCallGraph() function in llvm::CallGraphDOTInfo
115 return CGInfo->getCallGraph()->getExternalCallingNode(); in getEntryNode()
129 return nodes_iterator(CGInfo->getCallGraph()->begin(), &CGGetValuePtr); in nodes_begin()
132 return nodes_iterator(CGInfo->getCallGraph()->end(), &CGGetValuePtr); in nodes_end()
155 if (Node == CGInfo->getCallGraph()->getExternalCallingNode()) in getNodeLabel()
157 if (Node == CGInfo->getCallGraph()->getCallsExternalNode()) in getNodeLabel()
H A DCallGraphSCCPass.cpp510 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph(); in runOnModule()
699 SCC.getCallGraph().getModule().print(OS, nullptr); in runOnSCC()
720 SCC.getCallGraph().getModule().print(OS, nullptr); in runOnSCC()
754 SCC.getCallGraph().getModule().getContext().getOptPassGate(); in skipSCC()
H A DGlobalsModRef.cpp1034 M, GetTLI, getAnalysis<CallGraphWrapperPass>().getCallGraph()))); in runOnModule()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/
H A DPrintSCC.cpp94 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph(); in runOnModule()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DCallGraphSCCPass.h115 const CallGraph &getCallGraph() { return CG; } in getCallGraph() function
H A DCallGraph.h348 const CallGraph &getCallGraph() const { return *G; } in getCallGraph() function
349 CallGraph &getCallGraph() { return *G; } in getCallGraph() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DInternalize.cpp269 CallGraph *CG = CGPass ? &CGPass->getCallGraph() : nullptr; in runOnModule()
H A DPruneEH.cpp174 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph(); in runOnSCC()
H A DInliner.cpp534 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph(); in inlineCalls()
H A DArgumentPromotion.cpp1115 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph(); in runOnSCC()
H A DOpenMPOpt.cpp2576 if (!containsOpenMP(CGSCC.getCallGraph().getModule(), OMPInModule)) in runOnSCC()
2601 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph(); in runOnSCC()
H A DFunctionAttrs.cpp1799 auto &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph(); in runOnModule()
H A DAttributor.cpp2577 CallGraph &CG = const_cast<CallGraph &>(SCC.getCallGraph()); in runOnSCC()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp2168 auto &M = SCC.getCallGraph().getModule(); in runOnSCC()
2182 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph(); in runOnSCC()