Home
last modified time | relevance | path

Searched refs:po_begin (Results 1 – 6 of 6) 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/include/llvm/ADT/
DPostOrderIterator.h136 po_iterator<T> po_begin(T G) { return po_iterator<T>::begin(G); } in po_begin() function
224 copy(po_begin(BB), po_end(BB), back_inserter(Blocks)); in Initialize()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DBlockFrequencyImpl.h274 copy(po_begin(EntryBlock), po_end(EntryBlock), back_inserter(POT)); in doFunction()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DRegionInfo.cpp630 for (po_iterator<DomTreeNode*> FI = po_begin(N), FE = po_end(N); FI != FE; in scanForRegions()
/external/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h1001 std::copy(po_begin(Entry), po_end(Entry), std::back_inserter(RPOT));
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5482 for (po_iterator<Type*> i = po_begin(T), e = po_end(T); in visitCall()