Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCallPrinter.cpp89 CallGraph *getCallGraph() const { return CG; } in getCallGraph() function in llvm::CallGraphDOTInfo
121 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()
H A DCallGraphSCCPass.cpp502 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()
H A DGlobalsModRef.cpp1045 M, GetTLI, getAnalysis<CallGraphWrapperPass>().getCallGraph()))); in runOnModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCallGraphSCCPass.h115 const CallGraph &getCallGraph() { return CG; } in getCallGraph() function
H A DCallGraph.h360 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