Searched refs:getCallGraph (Results 1 - 10 of 10) sorted by relevance

/external/llvm/lib/Analysis/IPA/
H A DCallPrinter.cpp40 return &P->getCallGraph();
H A DCallGraphSCCPass.cpp432 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph();
H A DGlobalsModRef.cpp105 AnalyzeCallGraph(getAnalysis<CallGraphWrapperPass>().getCallGraph(), M);
/external/llvm/tools/opt/
H A DPrintSCC.cpp94 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph();
/external/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp64 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph();
238 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph();
H A DInternalize.cpp135 CallGraph *CG = CGPass ? &CGPass->getCallGraph() : nullptr;
H A DInliner.cpp442 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph();
H A DArgumentPromotion.cpp638 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph();
/external/llvm/include/llvm/Analysis/
H A DCallGraph.h326 const CallGraph &getCallGraph() const { return *G; } function in class:CallGraphWrapperPass
327 CallGraph &getCallGraph() { return *G; } function in class:CallGraphWrapperPass
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 118 milliseconds