Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DPostOrderIterator.h188 struct po_ext_iterator : public po_iterator<T, SetType, true> { struct
189 po_ext_iterator(const po_iterator<T, SetType, true> &V) : in po_ext_iterator() function
194 po_ext_iterator<T, SetType> po_ext_begin(T G, SetType &S) { in po_ext_begin()
195 return po_ext_iterator<T, SetType>::begin(G, S); in po_ext_begin()
199 po_ext_iterator<T, SetType> po_ext_end(T G, SetType &S) { in po_ext_end()
200 return po_ext_iterator<T, SetType>::end(G, S); in po_ext_end()
204 iterator_range<po_ext_iterator<T, SetType>> post_order_ext(const T &G, SetType &S) { in post_order_ext()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DPostOrderIterator.h142 struct po_ext_iterator : public po_iterator<T, SetType, true> { struct
143 po_ext_iterator(const po_iterator<T, SetType, true> &V) : in po_ext_iterator() argument
148 po_ext_iterator<T, SetType> po_ext_begin(T G, SetType &S) { in po_ext_begin()
149 return po_ext_iterator<T, SetType>::begin(G, S); in po_ext_begin()
153 po_ext_iterator<T, SetType> po_ext_end(T G, SetType &S) { in po_ext_end()
154 return po_ext_iterator<T, SetType>::end(G, S); in po_ext_end()