Searched defs:getGraph (Results 1 – 7 of 7) sorted by relevance
39 static CallGraph *getGraph(CallGraphWrapperPass *P) { in getGraph() function
101 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { in getGraph() function131 static PostDominatorTree *getGraph(PostDominatorTreeWrapperPass *PDTWP) { in getGraph() function
146 static RegionInfo *getGraph(RegionInfoPass *RIP) { in getGraph() function
27 static GraphT getGraph(AnalysisT *A) { return A; } in getGraph() function
332 LazyCallGraph &getGraph() const { return *G; } in getGraph() function
128 Graph *getGraph() const { return graph; } in getGraph() function
80 LinkGraph &getGraph() const { return *G; } in getGraph() function