Searched refs:getCallGraph (Results 1 – 5 of 5) sorted by relevance
89 CallGraph *getCallGraph() const { return CG; } in getCallGraph() function in llvm::CallGraphDOTInfo121 return CGInfo->getCallGraph()->getExternalCallingNode(); in getEntryNode()135 return nodes_iterator(CGInfo->getCallGraph()->begin(), &CGGetValuePtr); in nodes_begin()138 return nodes_iterator(CGInfo->getCallGraph()->end(), &CGGetValuePtr); in nodes_end()161 if (Node == CGInfo->getCallGraph()->getExternalCallingNode()) in getNodeLabel()163 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()
1045 M, GetTLI, getAnalysis<CallGraphWrapperPass>().getCallGraph()))); in runOnModule()
115 const CallGraph &getCallGraph() { return CG; } in getCallGraph() function
360 const CallGraph &getCallGraph() const { return *G; }361 CallGraph &getCallGraph() { return *G; }356 const CallGraph &getCallGraph() const { return *G; } getCallGraph() function 357 CallGraph &getCallGraph() { return *G; } getCallGraph() function