LLVM API Documentation

llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT > Class Template Reference

#include <IntervalIterator.h>

Collaboration diagram for llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef IntervalIterator<
NodeTy, OrigContainer_t > 
_Self
typedef std::forward_iterator_tag iterator_category

Public Member Functions

 IntervalIterator ()
 IntervalIterator (Function *M, bool OwnMemory)
 IntervalIterator (IntervalPartition &IP, bool OwnMemory)
 ~IntervalIterator ()
bool operator== (const _Self &x) const
bool operator!= (const _Self &x) const
const Intervaloperator * () const
Intervaloperator * ()
const Intervaloperator-> () const
Intervaloperator-> ()
_Selfoperator++ ()
_Self operator++ (int)

Detailed Description

template<class NodeTy, class OrigContainer_t, class GT = GraphTraits<NodeTy*>, class IGT = GraphTraits<Inverse<NodeTy*> >>
class llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >

Definition at line 90 of file IntervalIterator.h.


Member Typedef Documentation

template<class NodeTy, class OrigContainer_t, class GT = GraphTraits<NodeTy*>, class IGT = GraphTraits<Inverse<NodeTy*> >>
typedef IntervalIterator<NodeTy, OrigContainer_t> llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::_Self

Definition at line 97 of file IntervalIterator.h.

template<class NodeTy, class OrigContainer_t, class GT = GraphTraits<NodeTy*>, class IGT = GraphTraits<Inverse<NodeTy*> >>
typedef std::forward_iterator_tag llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::iterator_category

Definition at line 98 of file IntervalIterator.h.


Constructor & Destructor Documentation

template<class NodeTy, class OrigContainer_t, class GT = GraphTraits<NodeTy*>, class IGT = GraphTraits<Inverse<NodeTy*> >>
llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::IntervalIterator (  )  [inline]

Definition at line 100 of file IntervalIterator.h.

template<class NodeTy, class OrigContainer_t, class GT = GraphTraits<NodeTy*>, class IGT = GraphTraits<Inverse<NodeTy*> >>
llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::IntervalIterator ( Function M,
bool  OwnMemory 
) [inline]

Definition at line 101 of file IntervalIterator.h.

References M.

template<class NodeTy, class OrigContainer_t, class GT = GraphTraits<NodeTy*>, class IGT = GraphTraits<Inverse<NodeTy*> >>
llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::IntervalIterator ( IntervalPartition IP,
bool  OwnMemory 
) [inline]

Definition at line 108 of file IntervalIterator.h.

References llvm::IntervalPartition::getRootInterval().

template<class NodeTy, class OrigContainer_t, class GT = GraphTraits<NodeTy*>, class IGT = GraphTraits<Inverse<NodeTy*> >>
llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::~IntervalIterator (  )  [inline]

Definition at line 115 of file IntervalIterator.h.


Member Function Documentation

template<class NodeTy, class OrigContainer_t, class GT = GraphTraits<NodeTy*>, class IGT = GraphTraits<Inverse<NodeTy*> >>
Interval* llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::operator * (  )  [inline]

Definition at line 127 of file IntervalIterator.h.

template<class NodeTy, class OrigContainer_t, class GT = GraphTraits<NodeTy*>, class IGT = GraphTraits<Inverse<NodeTy*> >>
const Interval* llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::operator * (  )  const [inline]

Definition at line 126 of file IntervalIterator.h.

Referenced by llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::operator->().

template<class NodeTy, class OrigContainer_t, class GT = GraphTraits<NodeTy*>, class IGT = GraphTraits<Inverse<NodeTy*> >>
bool llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::operator!= ( const _Self x  )  const [inline]

Definition at line 124 of file IntervalIterator.h.

References llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::operator==().

template<class NodeTy, class OrigContainer_t, class GT = GraphTraits<NodeTy*>, class IGT = GraphTraits<Inverse<NodeTy*> >>
_Self llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::operator++ ( int   )  [inline]

Definition at line 153 of file IntervalIterator.h.

template<class NodeTy, class OrigContainer_t, class GT = GraphTraits<NodeTy*>, class IGT = GraphTraits<Inverse<NodeTy*> >>
_Self& llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::operator++ (  )  [inline]

Definition at line 131 of file IntervalIterator.h.

References llvm::getSourceGraphNode(), and llvm::succ_end().

template<class NodeTy, class OrigContainer_t, class GT = GraphTraits<NodeTy*>, class IGT = GraphTraits<Inverse<NodeTy*> >>
Interval* llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::operator-> (  )  [inline]

Definition at line 129 of file IntervalIterator.h.

References llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::operator *().

template<class NodeTy, class OrigContainer_t, class GT = GraphTraits<NodeTy*>, class IGT = GraphTraits<Inverse<NodeTy*> >>
const Interval* llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::operator-> (  )  const [inline]

Definition at line 128 of file IntervalIterator.h.

References llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::operator *().

template<class NodeTy, class OrigContainer_t, class GT = GraphTraits<NodeTy*>, class IGT = GraphTraits<Inverse<NodeTy*> >>
bool llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::operator== ( const _Self x  )  const [inline]

Definition at line 123 of file IntervalIterator.h.

References llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::IntStack.

Referenced by llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::operator!=().


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