LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Static Public Member Functions | List of all members
llvm::po_iterator< GraphT, SetType, ExtStorage, GT > Class Template Reference

#include <PostOrderIterator.h>

Inheritance diagram for llvm::po_iterator< GraphT, SetType, ExtStorage, GT >:
Inheritance graph
[legend]
Collaboration diagram for llvm::po_iterator< GraphT, SetType, ExtStorage, GT >:
Collaboration graph
[legend]

Public Types

typedef super::pointer pointer
 
typedef po_iterator< GraphT,
SetType, ExtStorage, GT > 
_Self
 

Public Member Functions

bool operator== (const _Self &x) const
 
bool operator!= (const _Self &x) const
 
pointer operator* () const
 
NodeType * operator-> () const
 
_Selfoperator++ ()
 
_Self operator++ (int)
 
- Public Member Functions inherited from llvm::po_iterator_storage< SetType, ExtStorage >
bool insertEdge (NodeType *From, NodeType *To)
 
void finishPostorder (NodeType *BB)
 

Static Public Member Functions

static _Self begin (GraphT G)
 
static _Self end (GraphT G)
 
static _Self begin (GraphT G, SetType &S)
 
static _Self end (GraphT G, SetType &S)
 

Detailed Description

template<class GraphT, class SetType = llvm::SmallPtrSet<typename GraphTraits<GraphT>::NodeType*, 8>, bool ExtStorage = false, class GT = GraphTraits<GraphT>>
class llvm::po_iterator< GraphT, SetType, ExtStorage, GT >

Definition at line 91 of file PostOrderIterator.h.

Member Typedef Documentation

template<class GraphT, class SetType = llvm::SmallPtrSet<typename GraphTraits<GraphT>::NodeType*, 8>, bool ExtStorage = false, class GT = GraphTraits<GraphT>>
typedef po_iterator<GraphT, SetType, ExtStorage, GT> llvm::po_iterator< GraphT, SetType, ExtStorage, GT >::_Self

Definition at line 133 of file PostOrderIterator.h.

template<class GraphT, class SetType = llvm::SmallPtrSet<typename GraphTraits<GraphT>::NodeType*, 8>, bool ExtStorage = false, class GT = GraphTraits<GraphT>>
typedef super::pointer llvm::po_iterator< GraphT, SetType, ExtStorage, GT >::pointer

Definition at line 132 of file PostOrderIterator.h.

Member Function Documentation

template<class GraphT, class SetType = llvm::SmallPtrSet<typename GraphTraits<GraphT>::NodeType*, 8>, bool ExtStorage = false, class GT = GraphTraits<GraphT>>
static _Self llvm::po_iterator< GraphT, SetType, ExtStorage, GT >::begin ( GraphT  G)
inlinestatic

Definition at line 136 of file PostOrderIterator.h.

Referenced by llvm::po_begin().

template<class GraphT, class SetType = llvm::SmallPtrSet<typename GraphTraits<GraphT>::NodeType*, 8>, bool ExtStorage = false, class GT = GraphTraits<GraphT>>
static _Self llvm::po_iterator< GraphT, SetType, ExtStorage, GT >::begin ( GraphT  G,
SetType &  S 
)
inlinestatic

Definition at line 139 of file PostOrderIterator.h.

template<class GraphT, class SetType = llvm::SmallPtrSet<typename GraphTraits<GraphT>::NodeType*, 8>, bool ExtStorage = false, class GT = GraphTraits<GraphT>>
static _Self llvm::po_iterator< GraphT, SetType, ExtStorage, GT >::end ( GraphT  G)
inlinestatic

Definition at line 137 of file PostOrderIterator.h.

Referenced by llvm::po_end().

template<class GraphT, class SetType = llvm::SmallPtrSet<typename GraphTraits<GraphT>::NodeType*, 8>, bool ExtStorage = false, class GT = GraphTraits<GraphT>>
static _Self llvm::po_iterator< GraphT, SetType, ExtStorage, GT >::end ( GraphT  G,
SetType &  S 
)
inlinestatic

Definition at line 142 of file PostOrderIterator.h.

template<class GraphT, class SetType = llvm::SmallPtrSet<typename GraphTraits<GraphT>::NodeType*, 8>, bool ExtStorage = false, class GT = GraphTraits<GraphT>>
bool llvm::po_iterator< GraphT, SetType, ExtStorage, GT >::operator!= ( const _Self x) const
inline

Definition at line 147 of file PostOrderIterator.h.

template<class GraphT, class SetType = llvm::SmallPtrSet<typename GraphTraits<GraphT>::NodeType*, 8>, bool ExtStorage = false, class GT = GraphTraits<GraphT>>
pointer llvm::po_iterator< GraphT, SetType, ExtStorage, GT >::operator* ( ) const
inline
template<class GraphT, class SetType = llvm::SmallPtrSet<typename GraphTraits<GraphT>::NodeType*, 8>, bool ExtStorage = false, class GT = GraphTraits<GraphT>>
_Self& llvm::po_iterator< GraphT, SetType, ExtStorage, GT >::operator++ ( )
inline

Definition at line 159 of file PostOrderIterator.h.

template<class GraphT, class SetType = llvm::SmallPtrSet<typename GraphTraits<GraphT>::NodeType*, 8>, bool ExtStorage = false, class GT = GraphTraits<GraphT>>
_Self llvm::po_iterator< GraphT, SetType, ExtStorage, GT >::operator++ ( int  )
inline

Definition at line 167 of file PostOrderIterator.h.

template<class GraphT, class SetType = llvm::SmallPtrSet<typename GraphTraits<GraphT>::NodeType*, 8>, bool ExtStorage = false, class GT = GraphTraits<GraphT>>
NodeType* llvm::po_iterator< GraphT, SetType, ExtStorage, GT >::operator-> ( ) const
inline

Definition at line 157 of file PostOrderIterator.h.

template<class GraphT, class SetType = llvm::SmallPtrSet<typename GraphTraits<GraphT>::NodeType*, 8>, bool ExtStorage = false, class GT = GraphTraits<GraphT>>
bool llvm::po_iterator< GraphT, SetType, ExtStorage, GT >::operator== ( const _Self x) const
inline

The documentation for this class was generated from the following file: