|
LLVM
8.0.1
|
#include "llvm/IR/CFG.h"


Public Types | |
| using | pointer = typename super::pointer |
| using | reference = typename super::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... | |
| using llvm::PredIterator< Ptr, USE_iterator >::pointer = typename super::pointer |
| using llvm::PredIterator< Ptr, USE_iterator >::reference = typename super::reference |
|
default |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 72 of file CFG.h.
References llvm::PredIterator< Ptr, USE_iterator >::operator==().
|
inline |
Definition at line 74 of file CFG.h.
References assert().
Referenced by llvm::PredIterator< Ptr, USE_iterator >::operator->(), and llvm::SuccIterator< InstructionT, BlockT >::operator->().
|
inline |
|
inline |
|
inline |
Definition at line 78 of file CFG.h.
References llvm::PredIterator< Ptr, USE_iterator >::operator*().
|
inline |
Definition at line 71 of file CFG.h.
Referenced by llvm::PredIterator< Ptr, USE_iterator >::operator!=().
1.8.13