Searched refs:getGraph (Results 1 – 15 of 15) sorted by relevance
25 static GraphT getGraph(AnalysisT *A) { return A; } in getGraph() function52 GraphT Graph = AnalysisGraphTraitsT::getGraph(&Analysis); in runOnFunction()94 GraphT Graph = AnalysisGraphTraitsT::getGraph(&Analysis); in runOnFunction()131 GraphT Graph = AnalysisGraphTraitsT::getGraph(&getAnalysis<AnalysisT>()); in runOnModule()157 GraphT Graph = AnalysisGraphTraitsT::getGraph(&getAnalysis<AnalysisT>()); in runOnModule()
322 LazyCallGraph &getGraph() const { return *G; } in getGraph() function
101 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { in getGraph() function131 static PostDominatorTree *getGraph(PostDominatorTreeWrapperPass *PDTWP) { in getGraph() function
146 static RegionInfo *getGraph(RegionInfoPass *RIP) { in getGraph() function
68 const GraphT &getGraph() { return G; } in getGraph() function
162 const GraphT &getGraph() { return G; } in getGraph() function
447 Graphs[i] = GraphRenderer.getGraph(); in __anon59b846d90102()
252 const CFG *getGraph() const { return CFGraph; } in getGraph() function253 CFG *getGraph() { return CFGraph; } in getGraph() function
87 LinkGraph &getGraph() const { return *G; } in getGraph() function
261 ExplodedGraph &getGraph() { return G; } in getGraph() function262 const ExplodedGraph &getGraph() const { return G; } in getGraph() function
140 ExplodedGraph &getGraph() { return G; } in getGraph() function
675 const ExplodedGraph &getGraph() const;
2432 const ExplodedGraph &PathSensitiveBugReporter::getGraph() const { in getGraph() function in PathSensitiveBugReporter2433 return Eng.getGraph(); in getGraph()2802 BugPathGetter BugGraph(&Reporter.getGraph(), bugReports); in findValidReport()
209 Engine(*this, FS, mgr.getAnalyzerOptions()), G(Engine.getGraph()), in ExprEngine()
2280 CFG *CFGraph = walker.getGraph(); in runAnalysis()