LLVM API Documentation

Public Types | Public Member Functions
llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT > Class Template Reference

#include <IntervalIterator.h>

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 llvm::Function::front(), and llvm_unreachable.

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]
template<class NodeTy , class OrigContainer_t , class GT = GraphTraits<NodeTy*>, class IGT = GraphTraits<Inverse<NodeTy*> >>
llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::~IntervalIterator ( ) [inline]

Member Function Documentation

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]
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]
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*> >>
_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*> >>
_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*> >>
const Interval* llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::operator-> ( ) const [inline]
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]
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]

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