LLVM API Documentation
#include <CFG.h>
Public Types | |
typedef super::pointer | pointer |
typedef super::reference | reference |
Public Member Functions | |
PredIterator () | |
PredIterator (Ptr *bb) | |
PredIterator (Ptr *bb, bool) | |
bool | operator== (const Self &x) const |
bool | operator!= (const Self &x) const |
reference | operator* () const |
pointer * | operator-> () const |
Self & | operator++ () |
Self | operator++ (int) |
unsigned | getOperandNo () const |
Use & | getUse () const |
Definition at line 29 of file Support/CFG.h.
typedef super::pointer llvm::PredIterator< Ptr, USE_iterator >::pointer |
Definition at line 43 of file Support/CFG.h.
typedef super::reference llvm::PredIterator< Ptr, USE_iterator >::reference |
Definition at line 44 of file Support/CFG.h.
|
inline |
Definition at line 46 of file Support/CFG.h.
|
inlineexplicit |
Definition at line 47 of file Support/CFG.h.
|
inline |
Definition at line 50 of file Support/CFG.h.
|
inline |
getOperandNo - Return the operand number in the predecessor's terminator of the successor.
Definition at line 73 of file Support/CFG.h.
|
inline |
getUse - Return the operand Use in the predecessor's terminator of the successor.
Definition at line 79 of file Support/CFG.h.
|
inline |
Definition at line 53 of file Support/CFG.h.
References llvm::PredIterator< Ptr, USE_iterator >::operator==().
|
inline |
Definition at line 55 of file Support/CFG.h.
Referenced by llvm::PredIterator< Ptr, USE_iterator >::operator->().
|
inline |
Definition at line 61 of file Support/CFG.h.
|
inline |
Definition at line 67 of file Support/CFG.h.
|
inline |
Definition at line 59 of file Support/CFG.h.
References llvm::PredIterator< Ptr, USE_iterator >::operator*().
|
inline |
Definition at line 52 of file Support/CFG.h.
Referenced by llvm::PredIterator< Ptr, USE_iterator >::operator!=().