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

/external/llvm/lib/Analysis/
H A DCallPrinter.cpp40 return &P->getCallGraph();
H A DCallGraphSCCPass.cpp442 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph();
636 return !SCC.getCallGraph().getModule()
H A DGlobalsModRef.cpp967 getAnalysis<CallGraphWrapperPass>().getCallGraph())));
/external/llvm/include/llvm/Analysis/
H A DCallGraphSCCPass.h112 const CallGraph &getCallGraph() { return CG; } function in class:llvm::CallGraphSCC
H A DCallGraph.h339 const CallGraph &getCallGraph() const { return *G; } function in class:CallGraphWrapperPass
340 CallGraph &getCallGraph() { return *G; } function in class:CallGraphWrapperPass
/external/llvm/tools/opt/
H A DPrintSCC.cpp94 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph();
/external/spirv-llvm/lib/SPIRV/
H A DSPIRVLowerOCLBlocks.cpp341 auto CG = &getAnalysis<CallGraphWrapperPass>().getCallGraph();
427 auto &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph();
/external/llvm/lib/Transforms/IPO/
H A DInternalize.cpp272 CallGraph *CG = CGPass ? &CGPass->getCallGraph() : nullptr;
H A DPruneEH.cpp185 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph();
H A DInliner.cpp377 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph();
H A DArgumentPromotion.cpp147 CallGraph &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph();
H A DFunctionAttrs.cpp1212 auto &CG = getAnalysis<CallGraphWrapperPass>().getCallGraph();
/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 251 milliseconds