Searched defs:getGraph (Results 1 – 16 of 16) sorted by relevance
83 const HelperDeclRefGraph *getGraph() const { return RG.get(); } in getGraph() function
67 const GraphT &getGraph() { return G; } in getGraph() function
162 const GraphT &getGraph() { return G; } in getGraph() function
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
46 LinkGraph &getGraph() { return *G; } in getGraph() function
44 LinkGraph &getGraph() const { return *G; } getGraph() function
90 LinkGraph &getGraph() const { return *G; } in getGraph() function
30 static GraphT getGraph(Result R) { return &R; } in getGraph() function 178 static GraphT getGraph(AnalysisT *A) { return A; } getGraph() function
320 LazyCallGraph &getGraph() const { return *G; } getGraph() function
256 ExplodedGraph &getGraph() { return G; } in getGraph() function 257 const ExplodedGraph &getGraph() const { return G; } in getGraph() function
145 ExplodedGraph &getGraph() { return G; } getGraph() function
254 const CFG *getGraph() const { return CFGraph; } in getGraph() function255 CFG *getGraph() { return CFGraph; } in getGraph() function
138 static ScopDetection *getGraph(ScopDetectionWrapperPass *Analysis) { in getGraph() function
255 LinkGraph &getGraph() { return G; } getGraph() function
2476 const ExplodedGraph &PathSensitiveBugReporter::getGraph() const { getGraph() function in PathSensitiveBugReporter