LLVM API Documentation
#include <CFG.h>


Public Types | |
| typedef SuccIterator< Term_, BB_ > | _Self |
| typedef super::pointer | pointer |
Public Member Functions | |
| SuccIterator (Term_ T) | |
| SuccIterator (Term_ T, bool) | |
| const _Self & | operator= (const _Self &I) |
| unsigned | getSuccessorIndex () const |
| bool | operator== (const _Self &x) const |
| bool | operator!= (const _Self &x) const |
| pointer | operator* () const |
| pointer | operator-> () const |
| _Self & | operator++ () |
| _Self | operator++ (int) |
| _Self & | operator-- () |
| _Self | operator-- (int) |
Definition at line 88 of file CFG.h.
| typedef SuccIterator<Term_, BB_> llvm::SuccIterator< Term_, BB_ >::_Self |
| typedef super::pointer llvm::SuccIterator< Term_, BB_ >::pointer |
| llvm::SuccIterator< Term_, BB_ >::SuccIterator | ( | Term_ | T | ) | [inline] |
| llvm::SuccIterator< Term_, BB_ >::SuccIterator | ( | Term_ | T, | |
| bool | ||||
| ) | [inline] |
| const _Self& llvm::SuccIterator< Term_, BB_ >::operator= | ( | const _Self & | I | ) | [inline] |
Definition at line 105 of file CFG.h.
References llvm::SuccIterator< Term_, BB_ >::idx, and llvm::SuccIterator< Term_, BB_ >::Term.
| 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 113 of file CFG.h.
Referenced by llvm::SplitCriticalEdge().
| bool llvm::SuccIterator< Term_, BB_ >::operator== | ( | const _Self & | x | ) | const [inline] |
Definition at line 115 of file CFG.h.
References llvm::SuccIterator< Term_, BB_ >::idx.
Referenced by llvm::SuccIterator< Term_, BB_ >::operator!=().
| bool llvm::SuccIterator< Term_, BB_ >::operator!= | ( | const _Self & | x | ) | const [inline] |
| pointer llvm::SuccIterator< Term_, BB_ >::operator* | ( | ) | const [inline] |
| pointer llvm::SuccIterator< Term_, BB_ >::operator-> | ( | ) | const [inline] |
| _Self& llvm::SuccIterator< Term_, BB_ >::operator++ | ( | ) | [inline] |
| _Self llvm::SuccIterator< Term_, BB_ >::operator++ | ( | int | ) | [inline] |
| _Self& llvm::SuccIterator< Term_, BB_ >::operator-- | ( | ) | [inline] |
| _Self llvm::SuccIterator< Term_, BB_ >::operator-- | ( | int | ) | [inline] |
This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.