LLVM  3.7.0
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 >:
[legend]
Collaboration diagram for llvm::po_iterator< GraphT, SetType, ExtStorage, GT >:
[legend]

Public Types

typedef super::pointer pointer
 

Public Member Functions

bool operator== (const po_iterator &x) const
 
bool operator!= (const po_iterator &x) const
 
pointer operator* () const
 
NodeType * operator-> () const
 
po_iteratoroperator++ ()
 
po_iterator 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 po_iterator begin (GraphT G)
 
static po_iterator end (GraphT G)
 
static po_iterator begin (GraphT G, SetType &S)
 
static po_iterator 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 93 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 super::pointer llvm::po_iterator< GraphT, SetType, ExtStorage, GT >::pointer

Definition at line 134 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 po_iterator llvm::po_iterator< GraphT, SetType, ExtStorage, GT >::begin ( GraphT  G)
inlinestatic

Definition at line 137 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 po_iterator llvm::po_iterator< GraphT, SetType, ExtStorage, GT >::begin ( 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>>
static po_iterator llvm::po_iterator< GraphT, SetType, ExtStorage, GT >::end ( GraphT  G)
inlinestatic

Definition at line 140 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 po_iterator llvm::po_iterator< GraphT, SetType, ExtStorage, GT >::end ( GraphT  G,
SetType &  S 
)
inlinestatic

Definition at line 145 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 po_iterator< GraphT, SetType, ExtStorage, GT > &  x) const
inline

Definition at line 150 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

Definition at line 152 of file PostOrderIterator.h.

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

Definition at line 160 of file PostOrderIterator.h.

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

Definition at line 168 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 158 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 po_iterator< GraphT, SetType, ExtStorage, GT > &  x) const
inline

Definition at line 147 of file PostOrderIterator.h.


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