|
LLVM
4.0.0
|
#include <CFG.h>
Public Types | |
| typedef super::pointer | pointer |
| typedef super::reference | reference |
Public Member Functions | |
| PredIterator ()=default | |
| 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 |
|
default |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 62 of file IR/CFG.h.
References llvm::PredIterator< Ptr, USE_iterator >::operator==().
|
inline |
Definition at line 64 of file IR/CFG.h.
References assert().
Referenced by llvm::PredIterator< Ptr, USE_iterator >::operator->().
|
inline |
|
inline |
|
inline |
Definition at line 68 of file IR/CFG.h.
References llvm::PredIterator< Ptr, USE_iterator >::operator*().
|
inline |
Definition at line 61 of file IR/CFG.h.
Referenced by llvm::PredIterator< Ptr, USE_iterator >::operator!=().
1.8.6