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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h25 static GraphT getGraph(AnalysisT *A) { return A; } function in struct:llvm::DefaultAnalysisGraphTraits
52 GraphT Graph = AnalysisGraphTraitsT::getGraph(&Analysis);
94 GraphT Graph = AnalysisGraphTraitsT::getGraph(&Analysis);
131 GraphT Graph = AnalysisGraphTraitsT::getGraph(&getAnalysis<AnalysisT>());
157 GraphT Graph = AnalysisGraphTraitsT::getGraph(&getAnalysis<AnalysisT>());
H A DLazyCallGraph.h332 LazyCallGraph &getGraph() const { return *G; } function in class:llvm::LazyCallGraph::Edge::Node
/freebsd-13-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.cpp450 Graphs[i] = GraphRenderer.getGraph();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DDomPrinter.cpp101 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { function in struct:__anon3356::DominatorTreeWrapperPassAnalysisGraphTraits
131 static PostDominatorTree *getGraph(PostDominatorTreeWrapperPass *PDTWP) { function in struct:__anon3356::PostDominatorTreeWrapperPassAnalysisGraphTraits
H A DRegionPrinter.cpp146 static RegionInfo *getGraph(RegionInfoPass *RIP) { function in struct:__anon3387::RegionInfoPassGraphTraits
/freebsd-13-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-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.h86 LinkGraph &getGraph() const { return *G; } function in class:llvm::jitlink::MachOLinkGraphBuilder
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h261 ExplodedGraph &getGraph() { return G; } function in class:clang::ento::ExprEngine
262 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-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h673 /// getGraph - Get the exploded graph created by the analysis engine
675 const ExplodedGraph &getGraph() const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2434 const ExplodedGraph &PathSensitiveBugReporter::getGraph() const { function in class:PathSensitiveBugReporter
2435 return Eng.getGraph();
2804 BugPathGetter BugGraph(&Reporter.getGraph(), bugReports);
H A DExprEngine.cpp209 Engine(*this, FS, mgr.getAnalyzerOptions()), G(Engine.getGraph()),
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp2267 CFG *CFGraph = walker.getGraph();

Completed in 410 milliseconds