Searched refs:scc_end (Results 1 – 3 of 3) sorted by relevance
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
277 for (scc_iterator<GT> I = scc_begin(G), E = scc_end(G); I != E; ++I) { in TEST()
729 sccEnd = scc_end(funcRep); sccIter != sccEnd; ++sccIter, ++sccNum) { in orderBlocks()