LLVM API Documentation
#include <PostOrderIterator.h>
Collaboration diagram for llvm::po_iterator_storage< SetType, true >:

Public Member Functions | |
| po_iterator_storage (SetType &VSet) | |
| po_iterator_storage (const po_iterator_storage &S) | |
Public Attributes | |
| SetType & | Visited |
Definition at line 34 of file PostOrderIterator.h.
| llvm::po_iterator_storage< SetType, true >::po_iterator_storage | ( | SetType & | VSet | ) | [inline] |
Definition at line 36 of file PostOrderIterator.h.
| llvm::po_iterator_storage< SetType, true >::po_iterator_storage | ( | const po_iterator_storage< SetType, true > & | S | ) | [inline] |
Definition at line 37 of file PostOrderIterator.h.
| SetType& llvm::po_iterator_storage< SetType, true >::Visited |
Definition at line 38 of file PostOrderIterator.h.