Searched refs:getGraph (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCallPrinter.cpp39 static CallGraph *getGraph(CallGraphWrapperPass *P) { function in struct:llvm::AnalysisCallGraphWrapperPassTraits
H A DDomPrinter.cpp101 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { function in struct:__anon1615::DominatorTreeWrapperPassAnalysisGraphTraits
131 static PostDominatorTree *getGraph(PostDominatorTreeWrapperPass *PDTWP) { function in struct:__anon1615::PostDominatorTreeWrapperPassAnalysisGraphTraits
H A DRegionPrinter.cpp146 static RegionInfo *getGraph(RegionInfoPass *RIP) { function in struct:__anon1645::RegionInfoPassGraphTraits
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h27 static GraphT getGraph(AnalysisT *A) { return A; } function in struct:llvm::DefaultAnalysisGraphTraits
54 GraphT Graph = AnalysisGraphTraitsT::getGraph(&Analysis);
96 GraphT Graph = AnalysisGraphTraitsT::getGraph(&Analysis);
133 GraphT Graph = AnalysisGraphTraitsT::getGraph(&getAnalysis<AnalysisT>());
159 GraphT Graph = AnalysisGraphTraitsT::getGraph(&getAnalysis<AnalysisT>());
H A DLazyCallGraph.h332 LazyCallGraph &getGraph() const { return *G; } function in class:llvm::LazyCallGraph::Edge::Node
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph-diff.h68 const GraphT &getGraph() { return G; } function in class:llvm::xray::GraphDiffRenderer
H A Dxray-graph.h162 const GraphT &getGraph() { return G; } function in class:llvm::xray::GraphRenderer
H A Dxray-graph-diff.cpp448 Graphs[i] = GraphRenderer.getGraph();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h252 const CFG *getGraph() const { return CFGraph; } function in class:clang::threadSafety::CFGWalker
253 CFG *getGraph() { return CFGraph; } function in class:clang::threadSafety::CFGWalker
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.h80 LinkGraph &getGraph() const { return *G; } function in class:llvm::jitlink::MachOLinkGraphBuilder
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h237 ExplodedGraph &getGraph() { return G; } function in class:clang::ento::ExprEngine
238 const ExplodedGraph &getGraph() const { return G; } function in class:clang::ento::ExprEngine
H A DCoreEngine.h139 /// getGraph - Returns the exploded graph.
140 ExplodedGraph &getGraph() { return G; } function in class:clang::ento::CoreEngine
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h669 /// getGraph - Get the exploded graph created by the analysis engine
671 const ExplodedGraph &getGraph() const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2384 const ExplodedGraph &PathSensitiveBugReporter::getGraph() const { function in class:PathSensitiveBugReporter
2385 return Eng.getGraph();
2753 BugPathGetter BugGraph(&Reporter.getGraph(), bugReports);
H A DExprEngine.cpp209 Engine(*this, FS, mgr.getAnalyzerOptions()), G(Engine.getGraph()),
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp2266 CFG *CFGraph = walker.getGraph();

Completed in 303 milliseconds