Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DPostOrderIterator.h197 po_ext_iterator<T, SetType> po_ext_begin(T G, SetType &S) { in po_ext_begin() function
208 return make_range(po_ext_begin(G, S), po_ext_end(G, S)); in post_order_ext()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopIterator.h219 return po_ext_begin(DFS.L->getHeader(), *this); in begin()