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

References

include/llvm/ADT/PostOrderIterator.h
   97       public po_iterator_storage<SetType, ExtStorage> {
  114   po_iterator(NodeRef BB, SetType &S)
  115       : po_iterator_storage<SetType, ExtStorage>(S) {
  122   po_iterator(SetType &S)
  123       : po_iterator_storage<SetType, ExtStorage>(S) {
  145   static po_iterator begin(GraphT G, SetType &S) {
  148   static po_iterator end(GraphT G, SetType &S) { return po_iterator(S); }