Home
last modified time | relevance | path

Searched refs:po_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.h183 po_iterator<T> po_end (const T &G) { return po_iterator<T>::end(G); } in po_end() function
186 return make_range(po_begin(G), po_end(G)); in post_order()
293 std::copy(po_begin(BB), po_end(BB), std::back_inserter(Blocks)); in Initialize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h1066 std::copy(po_begin(Entry), po_end(Entry), std::back_inserter(RPOT));