Home
last modified time | relevance | path

Searched refs:po_ext_iterator (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DPostOrderIterator.h197 struct po_ext_iterator : public po_iterator<T, SetType, true> { struct
198 po_ext_iterator(const po_iterator<T, SetType, true> &V) : in po_ext_iterator() function
203 po_ext_iterator<T, SetType> po_ext_begin(T G, SetType &S) { in po_ext_begin()
204 return po_ext_iterator<T, SetType>::begin(G, S); in po_ext_begin()
208 po_ext_iterator<T, SetType> po_ext_end(T G, SetType &S) { in po_ext_end()
209 return po_ext_iterator<T, SetType>::end(G, S); in po_ext_end()
213 iterator_range<po_ext_iterator<T, SetType>> post_order_ext(const T &G, SetType &S) { in post_order_ext()