Searched refs:scc_end (Results 1 – 8 of 8) sorted by relevance
78 E = scc_end(&F); SCCI != E; ++SCCI) { in runOnFunction()99 E = scc_end(rootNode); SCCI != E; ++SCCI) { in runOnModule()
204 scc_iterator<T> scc_end(const T &G) { in scc_end() function214 scc_iterator<Inverse<T> > scc_end(const Inverse<T> &G) { in scc_end() function
229 template <class T> scc_iterator<T> scc_end(const T &G) { in scc_end() function239 template <class T> scc_iterator<Inverse<T> > scc_end(const Inverse<T> &G) { in scc_end() function
52 for (scc_iterator<GT> I = scc_begin(G), E = scc_end(G); I != E; ++I) { in TEST()
231 template <class T> scc_iterator<T> scc_end(const T &G) { in scc_end() function
277 for (scc_iterator<GT> I = scc_begin(G), E = scc_end(G); I != E; ++I) { in TEST()
279 for (scc_iterator<GT> I = scc_begin(G), E = scc_end(G); I != E; ++I) { in TEST()
372 for (scc_iterator<CallGraph*> I = scc_begin(&CG), E = scc_end(&CG); I != E; in AnalyzeCallGraph()