|
LLVM 22.0.0git
|
#include "llvm/IR/CFG.h"
Public Types | |
| using | iterator_category = std::forward_iterator_tag |
| using | value_type = Ptr * |
| using | difference_type = std::ptrdiff_t |
| using | pointer = Ptr ** |
| using | reference = Ptr * |
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. | |
| Use & | getUse () const |
| getUse - Return the operand Use in the predecessor's terminator of the successor. | |
Protected Types | |
| using | Self = PredIterator<Ptr, USE_iterator> |
Protected Member Functions | |
| void | advancePastNonTerminators () |
Protected Attributes | |
| USE_iterator | It |
| using llvm::PredIterator< Ptr, USE_iterator >::difference_type = std::ptrdiff_t |
| using llvm::PredIterator< Ptr, USE_iterator >::iterator_category = std::forward_iterator_tag |
| using llvm::PredIterator< Ptr, USE_iterator >::pointer = Ptr ** |
| using llvm::PredIterator< Ptr, USE_iterator >::reference = Ptr * |
|
protected |
| using llvm::PredIterator< Ptr, USE_iterator >::value_type = Ptr * |
|
default |
|
inlineexplicit |
|
inline |
|
inlineprotected |
Definition at line 54 of file CFG.h.
Referenced by llvm::PredIterator< BasicBlock, Value::user_iterator >::operator++(), and llvm::PredIterator< BasicBlock, Value::user_iterator >::PredIterator().
|
inline |
|
inline |
|
inline |
Definition at line 76 of file CFG.h.
Referenced by llvm::PredIterator< BasicBlock, Value::user_iterator >::operator->().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 73 of file CFG.h.
Referenced by llvm::PredIterator< BasicBlock, Value::user_iterator >::operator!=().
|
protected |