LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::SuccIterator< Term_, BB_ > Class Template Reference

#include <CFG.h>

Inheritance diagram for llvm::SuccIterator< Term_, BB_ >:

Inheritance graph
[legend]
Collaboration diagram for llvm::SuccIterator< Term_, BB_ >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef SuccIterator< Term_,
BB_ > 
_Self
typedef super::pointer pointer

Public Member Functions

 SuccIterator (Term_ T)
 SuccIterator (Term_ T, bool)
const _Selfoperator= (const _Self &I)
unsigned getSuccessorIndex () const
bool operator== (const _Self &x) const
bool operator!= (const _Self &x) const
pointer operator * () const
pointer operator-> () const
_Selfoperator++ ()
_Self operator++ (int)
_Selfoperator-- ()
_Self operator-- (int)

Detailed Description

template<class Term_, class BB_>
class llvm::SuccIterator< Term_, BB_ >

Definition at line 94 of file CFG.h.


Member Typedef Documentation

template<class Term_, class BB_>
typedef SuccIterator<Term_, BB_> llvm::SuccIterator< Term_, BB_ >::_Self
 

Definition at line 99 of file CFG.h.

template<class Term_, class BB_>
typedef super::pointer llvm::SuccIterator< Term_, BB_ >::pointer
 

Definition at line 100 of file CFG.h.


Constructor & Destructor Documentation

template<class Term_, class BB_>
llvm::SuccIterator< Term_, BB_ >::SuccIterator Term_  T  )  [inline]
 

Definition at line 103 of file CFG.h.

template<class Term_, class BB_>
llvm::SuccIterator< Term_, BB_ >::SuccIterator Term_  T,
bool 
[inline]
 

Definition at line 106 of file CFG.h.


Member Function Documentation

template<class Term_, class BB_>
unsigned llvm::SuccIterator< Term_, BB_ >::getSuccessorIndex  )  const [inline]
 

getSuccessorIndex - This is used to interface between code that wants to operate on terminator instructions directly.

Definition at line 119 of file CFG.h.

Referenced by llvm::SplitCriticalEdge().

template<class Term_, class BB_>
pointer llvm::SuccIterator< Term_, BB_ >::operator *  )  const [inline]
 

Definition at line 124 of file CFG.h.

Referenced by llvm::SuccIterator< Term_, BB_ >::operator->().

template<class Term_, class BB_>
bool llvm::SuccIterator< Term_, BB_ >::operator!= const _Self x  )  const [inline]
 

Definition at line 122 of file CFG.h.

References llvm::SuccIterator< Term_, BB_ >::operator==().

template<class Term_, class BB_>
_Self llvm::SuccIterator< Term_, BB_ >::operator++ int   )  [inline]
 

Definition at line 128 of file CFG.h.

template<class Term_, class BB_>
_Self& llvm::SuccIterator< Term_, BB_ >::operator++  )  [inline]
 

Definition at line 127 of file CFG.h.

template<class Term_, class BB_>
_Self llvm::SuccIterator< Term_, BB_ >::operator-- int   )  [inline]
 

Definition at line 133 of file CFG.h.

template<class Term_, class BB_>
_Self& llvm::SuccIterator< Term_, BB_ >::operator--  )  [inline]
 

Definition at line 132 of file CFG.h.

template<class Term_, class BB_>
pointer llvm::SuccIterator< Term_, BB_ >::operator->  )  const [inline]
 

Definition at line 125 of file CFG.h.

References llvm::SuccIterator< Term_, BB_ >::operator *().

template<class Term_, class BB_>
const _Self& llvm::SuccIterator< Term_, BB_ >::operator= const _Self I  )  [inline]
 

Definition at line 111 of file CFG.h.

References llvm::SuccIterator< Term_, BB_ >::idx, and llvm::SuccIterator< Term_, BB_ >::Term.

template<class Term_, class BB_>
bool llvm::SuccIterator< Term_, BB_ >::operator== const _Self x  )  const [inline]
 

Definition at line 121 of file CFG.h.

References llvm::SuccIterator< Term_, BB_ >::idx.

Referenced by llvm::SuccIterator< Term_, BB_ >::operator!=().


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