LLVM API Documentation
#include <CFG.h>
Inheritance diagram for llvm::SuccIterator< Term_, BB_ >:
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 94 of file CFG.h.
|
|
|
|
|
|
|
|
|
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(). |
|
Definition at line 124 of file CFG.h. Referenced by llvm::SuccIterator< Term_, BB_ >::operator->(). |
|
Definition at line 122 of file CFG.h. References llvm::SuccIterator< Term_, BB_ >::operator==(). |
|
|
|
|
|
|
|
|
|
Definition at line 125 of file CFG.h. References llvm::SuccIterator< Term_, BB_ >::operator *(). |
|
Definition at line 111 of file CFG.h. References llvm::SuccIterator< Term_, BB_ >::idx, and llvm::SuccIterator< Term_, BB_ >::Term. |
|
Definition at line 121 of file CFG.h. References llvm::SuccIterator< Term_, BB_ >::idx. Referenced by llvm::SuccIterator< Term_, BB_ >::operator!=(). |