Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h28 static GraphT getGraph(AnalysisT *A) { return A; } in getGraph() function
55 GraphT Graph = AnalysisGraphTraitsT::getGraph(&Analysis); in runOnFunction()
97 GraphT Graph = AnalysisGraphTraitsT::getGraph(&Analysis); in runOnFunction()
134 GraphT Graph = AnalysisGraphTraitsT::getGraph(&getAnalysis<AnalysisT>()); in runOnModule()
160 GraphT Graph = AnalysisGraphTraitsT::getGraph(&getAnalysis<AnalysisT>()); in runOnModule()
H A DLazyCallGraph.h332 LazyCallGraph &getGraph() const { return *G; } in getGraph() function
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DDomPrinter.cpp101 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { in getGraph() function
131 static PostDominatorTree *getGraph(PostDominatorTreeWrapperPass *PDTWP) { in getGraph() function
H A DCallPrinter.cpp39 static CallGraph *getGraph(CallGraphWrapperPass *P) { in getGraph() function
H A DRegionPrinter.cpp146 static RegionInfo *getGraph(RegionInfoPass *RIP) { in getGraph() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h524 ExplodedGraph &getGraph();
571 ExplodedGraph &getGraph() { return BR.getGraph(); } in getGraph() function
/freebsd-12.1/contrib/llvm/tools/llvm-xray/
H A Dxray-graph-diff.h69 const GraphT &getGraph() { return G; } in getGraph() function
H A Dxray-graph.h164 const GraphT &getGraph() { return G; } in getGraph() function
H A Dxray-graph-diff.cpp462 Graphs[i] = GraphRenderer.getGraph(); in __anon25b2bc730102()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h253 const CFG *getGraph() const { return CFGraph; } in getGraph() function
254 CFG *getGraph() { return CFGraph; } in getGraph() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h230 ExplodedGraph &getGraph() { return G; } in getGraph() function
231 const ExplodedGraph &getGraph() const { return G; } in getGraph() function
H A DCoreEngine.h134 ExplodedGraph &getGraph() { return G; } in getGraph() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2234 ExplodedGraph &GRBugReporter::getGraph() { return Eng.getGraph(); } in getGraph() function in GRBugReporter
2668 TrimmedGraph TrimG(&getGraph(), errorNodes); in generatePathDiagnostics()
H A DExprEngine.cpp196 Engine(*this, FS, mgr.getAnalyzerOptions()), G(Engine.getGraph()), in ExprEngine()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafety.cpp2263 CFG *CFGraph = walker.getGraph(); in runAnalysis()