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

  /external/llvm/unittests/ADT/
PostOrderIteratorTest.cpp 34 auto PIExt = po_ext_end(NullBB, Ext);
  /external/llvm/include/llvm/Analysis/
LoopIterator.h 144 // po_ext_end interface requires a basic block, but ignores its value.
145 return po_ext_end(DFS.L->getHeader(), *this);
  /external/llvm/include/llvm/ADT/
PostOrderIterator.h 199 po_ext_iterator<T, SetType> po_ext_end(T G, SetType &S) { function in namespace:llvm
205 return make_range(po_ext_begin(G, S), po_ext_end(G, S));

Completed in 120 milliseconds