Home
last modified time | relevance | path

Searched refs:po_end (Results 1 – 11 of 11) sorted by relevance

/external/llvm/unittests/ADT/
DPostOrderIteratorTest.cpp32 auto PI = po_end(NullBB); in TEST()
/external/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()
/external/llvm/include/llvm/ADT/
DPostOrderIterator.h180 po_iterator<T> po_end (const T &G) { return po_iterator<T>::end(G); } in po_end() 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/llvm-project/llvm/include/llvm/ADT/
DPostOrderIterator.h184 po_iterator<T> po_end (const T &G) { return po_iterator<T>::end(G); } in po_end() 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-project/llvm/unittests/ADT/
DPostOrderIteratorTest.cpp31 auto PI = po_end(NullBB); in TEST()
/external/llvm-project/llvm/lib/Analysis/
DCFGPrinter.cpp288 for_each(po_begin(&F->getEntryBlock()), po_end(&F->getEntryBlock()), in computeHiddenNodes()
/external/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h1001 std::copy(po_begin(Entry), po_end(Entry), std::back_inserter(RPOT));
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h1066 std::copy(po_begin(Entry), po_end(Entry), std::back_inserter(RPOT));
/external/llvm-project/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h1127 std::copy(po_begin(Entry), po_end(Entry), std::back_inserter(RPOT));
/external/llvm-project/polly/lib/CodeGen/
DIslNodeBuilder.cpp610 for (po_iterator<DomTreeNode *> I = po_begin(N), E = po_end(N); I != E; ++I) in removeSubFuncFromDomTree()
DPPCGCodeGeneration.cpp1543 for (po_iterator<DomTreeNode *> I = po_begin(N), E = po_end(N); I != E; ++I) in clearDominators()