Searched refs:getCallGraph (Results 1 – 9 of 9) sorted by relevance
88 CallGraph *getCallGraph() const { return CG; } in getCallGraph() function in llvm::CallGraphDOTInfo120 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()
501 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()
1040 M, GetTLI, getAnalysis<CallGraphWrapperPass>().getCallGraph()))); in runOnModule()
115 const CallGraph &getCallGraph() { return CG; } in getCallGraph() function
356 const CallGraph &getCallGraph() const { return *G; } in getCallGraph() function357 CallGraph &getCallGraph() { return *G; } in getCallGraph() function
309 CallGraph *CG = CGPass ? &CGPass->getCallGraph() : nullptr; in runOnModule()
598 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph(); in inlineCalls()
1972 auto &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph(); in runOnModule()
3790 CallGraph &CG = const_cast<CallGraph &>(SCC.getCallGraph()); in runOnSCC()