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

References

include/llvm/ADT/PostOrderIterator.h
  140   static po_iterator begin(GraphT G) {
  143   static po_iterator end(GraphT G) { return po_iterator(); }
  145   static po_iterator begin(GraphT G, SetType &S) {
  148   static po_iterator end(GraphT G, SetType &S) { return po_iterator(S); }