Searched refs:getCallGraph (Results 1 – 5 of 5) 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()
502 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph(); in runOnModule()691 SCC.getCallGraph().getModule().print(OS, nullptr); in runOnSCC()712 SCC.getCallGraph().getModule().print(OS, nullptr); in runOnSCC()746 SCC.getCallGraph().getModule().getContext().getOptPassGate(); in skipSCC()
1037 M, GetTLI, getAnalysis<CallGraphWrapperPass>().getCallGraph()))); in runOnModule()
115 const CallGraph &getCallGraph() { return CG; } in getCallGraph() function
360 const CallGraph &getCallGraph() const { return *G; } in getCallGraph() function361 CallGraph &getCallGraph() { return *G; } in getCallGraph() function