HomeSort by relevance Sort by last modified time
    Searched defs:po_end (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
PostOrderIterator.h 138 po_iterator<T> po_end (T G) { return po_iterator<T>::end(G); } function in namespace:llvm
224 copy(po_begin(BB), po_end(BB), back_inserter(Blocks));
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
PostOrderIterator.h 184 po_iterator<T> po_end (const T &G) { return po_iterator<T>::end(G); } function in namespace:llvm
187 return make_range(po_begin(G), po_end(G));
294 std::copy(po_begin(BB), po_end(BB), std::back_inserter(Blocks));
  /external/llvm/include/llvm/ADT/
PostOrderIterator.h 180 po_iterator<T> po_end (const T &G) { return po_iterator<T>::end(G); } function in namespace:llvm
183 return make_range(po_begin(G), po_end(G));
286 std::copy(po_begin(BB), po_end(BB), std::back_inserter(Blocks));

Completed in 114 milliseconds