Searched refs:po_begin (Results 1 – 2 of 2) sorted by relevance
178 po_iterator<T> po_begin(const T &G) { return po_iterator<T>::begin(G); } in po_begin() function183 return make_range(po_begin(G), po_end(G)); in post_order()286 std::copy(po_begin(BB), po_end(BB), std::back_inserter(Blocks)); in Initialize()
944 std::copy(po_begin(Entry), po_end(Entry), std::back_inserter(RPOT));