Home
last modified time | relevance | path

Searched refs:po_ext_end (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.h202 po_ext_iterator<T, SetType> po_ext_end(T G, SetType &S) { in po_ext_end() 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.h223 return po_ext_end(DFS.L->getHeader(), *this); in end()