reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/PostOrderIterator.h
  208   return make_range(po_ext_begin(G, S), po_ext_end(G, S));
include/llvm/Analysis/LoopIterator.h
  223     return po_ext_end(DFS.L->getHeader(), *this);
unittests/ADT/PostOrderIteratorTest.cpp
   33   auto PIExt = po_ext_end(NullBB, Ext);