Searched defs:getGraph (Results 1 – 11 of 11) sorted by relevance
68 const GraphT &getGraph() { return G; } in getGraph() function
162 const GraphT &getGraph() { 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
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
25 static GraphT getGraph(AnalysisT *A) { return A; } in getGraph() function
322 LazyCallGraph &getGraph() const { return *G; } in getGraph() function
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
2432 const ExplodedGraph &PathSensitiveBugReporter::getGraph() const { in getGraph() function in PathSensitiveBugReporter