Searched defs:getGraph (Results 1 – 16 of 16) sorted by relevance
85 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { in getGraph() function115 static PostDominatorTree *getGraph(PostDominatorTreeWrapperPass *PDTWP) { in getGraph() function
39 static CallGraph *getGraph(CallGraphWrapperPass *P) { in getGraph() function
146 static RegionInfo *getGraph(RegionInfoPass *RIP) { in getGraph() function
159 ExplodedGraph& getGraph() { return G; } in getGraph() function160 const ExplodedGraph& getGraph() const { return G; } in getGraph() function
121 ExplodedGraph &getGraph() { return G; } in getGraph() function
101 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { in getGraph() function131 static PostDominatorTree *getGraph(PostDominatorTreeWrapperPass *PDTWP) { in getGraph() function
28 static GraphT getGraph(AnalysisT *A) { return A; } in getGraph() function
235 LazyCallGraph &getGraph() const { return *G; } in getGraph() function
27 static GraphT getGraph(AnalysisT *A) { return A; } in getGraph() function
332 LazyCallGraph &getGraph() const { return *G; } in getGraph() function
235 const CFG *getGraph() const { return CFGraph; } in getGraph() function236 CFG *getGraph() { return CFGraph; } in getGraph() function
128 Graph *getGraph() const { return graph; } in getGraph() function
80 LinkGraph &getGraph() const { return *G; } in getGraph() function
2737 ExplodedGraph &GRBugReporter::getGraph() { return Eng.getGraph(); } in getGraph() function in GRBugReporter