|
LLVM
3.7.0
|
#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 |
| getOperandNo - Return the operand number in the predecessor's terminator of the successor. More... | |
| Use & | getUse () const |
| getUse - Return the operand Use in the predecessor's terminator of the successor. More... | |
| typedef super::pointer llvm::PredIterator< Ptr, USE_iterator >::pointer |
| typedef super::reference llvm::PredIterator< Ptr, USE_iterator >::reference |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 54 of file IR/CFG.h.
References llvm::PredIterator< Ptr, USE_iterator >::operator==().
|
inline |
Definition at line 56 of file IR/CFG.h.
Referenced by llvm::PredIterator< Ptr, USE_iterator >::operator->().
|
inline |
|
inline |
|
inline |
Definition at line 60 of file IR/CFG.h.
References llvm::PredIterator< Ptr, USE_iterator >::operator*().
|
inline |
Definition at line 53 of file IR/CFG.h.
Referenced by llvm::PredIterator< Ptr, USE_iterator >::operator!=().
1.8.6