PostOrderIterator.h | 181 struct po_ext_iterator : public po_iterator<T, SetType, true> { struct in namespace:llvm 182 po_ext_iterator(const po_iterator<T, SetType, true> &V) : function in struct:llvm::po_ext_iterator 187 po_ext_iterator<T, SetType> po_ext_begin(T G, SetType &S) { 188 return po_ext_iterator<T, SetType>::begin(G, S); 192 po_ext_iterator<T, SetType> po_ext_end(T G, SetType &S) { 193 return po_ext_iterator<T, SetType>::end(G, S);
|