Searched defs:getGraph (Results 1 – 13 of 13) sorted by relevance
46 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { in getGraph() function78 static PostDominatorTree *getGraph(PostDominatorTreeWrapperPass *PDTWP) { in getGraph() function
134 static RegionInfo *getGraph(RegionInfoPass *RIP) { getGraph() function
68 const GraphT &getGraph() { return G; } getGraph() function
162 const GraphT &getGraph() { return G; } in getGraph() function
30 static GraphT getGraph(Result R) { return &R; } in getGraph() function178 static GraphT getGraph(AnalysisT *A) { return A; } in getGraph() function
320 LazyCallGraph &getGraph() const { return *G; } in getGraph() function
256 ExplodedGraph &getGraph() { return G; } in getGraph() function257 const ExplodedGraph &getGraph() const { return G; } in getGraph() function
145 ExplodedGraph &getGraph() { return G; } in getGraph() function
45 LinkGraph &getGraph() const { return *G; } getGraph() function
90 LinkGraph &getGraph() const { return *G; } in getGraph() function
254 const CFG *getGraph() const { return CFGraph; } in getGraph() function255 CFG *getGraph() { return CFGraph; } in getGraph() function
255 LinkGraph &getGraph() { return G; } in getGraph() function
2476 const ExplodedGraph &PathSensitiveBugReporter::getGraph() const { in getGraph() function in PathSensitiveBugReporter