Home
last modified time | relevance | path

Searched refs:po_begin (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/ADT/
DPostOrderIterator.h178 po_iterator<T> po_begin(const T &G) { return po_iterator<T>::begin(G); } in po_begin() function
183 return make_range(po_begin(G), po_end(G)); in post_order()
286 std::copy(po_begin(BB), po_end(BB), std::back_inserter(Blocks)); in Initialize()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DPostOrderIterator.h182 po_iterator<T> po_begin(const T &G) { return po_iterator<T>::begin(G); } in po_begin() function
187 return make_range(po_begin(G), po_end(G)); in post_order()
294 std::copy(po_begin(BB), po_end(BB), std::back_inserter(Blocks)); in Initialize()
/external/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h1001 std::copy(po_begin(Entry), po_end(Entry), std::back_inserter(RPOT));
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h1065 std::copy(po_begin(Entry), po_end(Entry), std::back_inserter(RPOT));