Searched defs:getGraph (Results 1 – 15 of 15) sorted by relevance
83 const HelperDeclRefGraph *getGraph() const { return RG.get(); } in getGraph() function
68 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
134 static RegionInfo *getGraph(RegionInfoPass *RIP) { in getGraph() function
27 static GraphT getGraph(Result R) { return &R; } in getGraph() function158 static GraphT getGraph(AnalysisT *A) { return A; } in getGraph() function
320 LazyCallGraph &getGraph() const { return *G; } in getGraph() function
263 ExplodedGraph &getGraph() { return G; } in getGraph() function264 const ExplodedGraph &getGraph() const { return G; } in getGraph() function
144 ExplodedGraph &getGraph() { return G; } in getGraph() function
43 LinkGraph &getGraph() const { return *G; } in getGraph() function
88 LinkGraph &getGraph() const { return *G; } in getGraph() function
253 const CFG *getGraph() const { return CFGraph; } in getGraph() function254 CFG *getGraph() { return CFGraph; } in getGraph() function
138 static ScopDetection *getGraph(ScopDetectionWrapperPass *Analysis) { in getGraph() function
255 LinkGraph &getGraph() { return G; } in getGraph() function
2458 const ExplodedGraph &PathSensitiveBugReporter::getGraph() const { in getGraph() function in PathSensitiveBugReporter