Searched defs:getGraph (Results 1 – 14 of 14) sorted by relevance
46 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { in getGraph() function78 static PostDominatorTree *getGraph(PostDominatorTreeWrapperPass *PDTWP) { in getGraph() function
133 static RegionInfo *getGraph(RegionInfoPass *RIP) { in getGraph() function
67 const GraphT &getGraph() { return G; } in getGraph() function
162 const GraphT &getGraph() { return G; } in getGraph() function
46 LinkGraph &getGraph() { return *G; } in getGraph() function
44 LinkGraph &getGraph() const { return *G; } in getGraph() function
90 LinkGraph &getGraph() const { return *G; } in getGraph() function
30 static GraphT getGraph(Result R) { return &R; } in getGraph() function 179 static GraphT getGraph(AnalysisT *A) { return A; } getGraph() function
320 LazyCallGraph &getGraph() const { return *G; } in getGraph() function
264 ExplodedGraph &getGraph() { return G; } getGraph() function 265 const ExplodedGraph &getGraph() const { return G; } getGraph() function
145 ExplodedGraph &getGraph() { return G; } in getGraph() function
254 const CFG *getGraph() const { return CFGraph; } in getGraph() function 255 CFG *getGraph() { return CFGraph; } in getGraph() function
255 LinkGraph &getGraph() { return G; } in getGraph() function
2462 const ExplodedGraph &PathSensitiveBugReporter::getGraph() const { getGraph() function in PathSensitiveBugReporter