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

  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
PostOrderIterator.h 136 po_iterator<T> po_begin(T G) { return po_iterator<T>::begin(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 182 po_iterator<T> po_begin(const T &G) { return po_iterator<T>::begin(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 178 po_iterator<T> po_begin(const T &G) { return po_iterator<T>::begin(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 170 milliseconds