LLVM  8.0.1
Public Types | Public Member Functions | Static Public Member Functions | List of all members
llvm::po_iterator< GraphT, SetType, ExtStorage, GT > Class Template Reference

#include "llvm/ADT/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

using pointer = typename super::pointer
 

Public Member Functions

bool operator== (const po_iterator &x) const
 
bool operator!= (const po_iterator &x) const
 
const NodeRef & operator* () const
 
NodeRef operator-> () const
 
po_iteratoroperator++ ()
 
po_iterator operator++ (int)
 
- Public Member Functions inherited from llvm::po_iterator_storage< SetType, ExtStorage >
bool insertEdge (Optional< NodeRef > From, NodeRef To)
 
void finishPostorder (NodeRef 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 = SmallPtrSet<typename GraphTraits<GraphT>::NodeRef, 8>, bool ExtStorage = false, class GT = GraphTraits<GraphT>>
class llvm::po_iterator< GraphT, SetType, ExtStorage, GT >

Definition at line 96 of file PostOrderIterator.h.

Member Typedef Documentation

◆ pointer

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

Definition at line 138 of file PostOrderIterator.h.

Member Function Documentation

◆ begin() [1/2]

template<class GraphT, class SetType = SmallPtrSet<typename GraphTraits<GraphT>::NodeRef, 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 141 of file PostOrderIterator.h.

Referenced by llvm::po_begin().

◆ begin() [2/2]

template<class GraphT, class SetType = SmallPtrSet<typename GraphTraits<GraphT>::NodeRef, 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 146 of file PostOrderIterator.h.

◆ end() [1/2]

template<class GraphT, class SetType = SmallPtrSet<typename GraphTraits<GraphT>::NodeRef, 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 144 of file PostOrderIterator.h.

Referenced by llvm::po_end().

◆ end() [2/2]

template<class GraphT, class SetType = SmallPtrSet<typename GraphTraits<GraphT>::NodeRef, 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 149 of file PostOrderIterator.h.

◆ operator!=()

template<class GraphT, class SetType = SmallPtrSet<typename GraphTraits<GraphT>::NodeRef, 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 154 of file PostOrderIterator.h.

◆ operator*()

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

Definition at line 156 of file PostOrderIterator.h.

◆ operator++() [1/2]

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

Definition at line 164 of file PostOrderIterator.h.

◆ operator++() [2/2]

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

Definition at line 172 of file PostOrderIterator.h.

◆ operator->()

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

Definition at line 162 of file PostOrderIterator.h.

◆ operator==()

template<class GraphT, class SetType = SmallPtrSet<typename GraphTraits<GraphT>::NodeRef, 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 151 of file PostOrderIterator.h.


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