LLVM 20.0.0git
|
#include "llvm/IR/InstIterator.h"
Public Types | |
using | iterator_category = std::bidirectional_iterator_tag |
using | value_type = IIty |
using | difference_type = signed |
using | pointer = IIty * |
using | reference = IIty & |
Public Member Functions | |
InstIterator ()=default | |
template<typename A , typename B , typename C , typename D > | |
InstIterator (const InstIterator< A, B, C, D > &II) | |
template<typename A , typename B , typename C , typename D > | |
InstIterator (InstIterator< A, B, C, D > &II) | |
template<class M > | |
InstIterator (M &m) | |
template<class M > | |
InstIterator (M &m, bool) | |
BBIty & | getBasicBlockIterator () |
BIty & | getInstructionIterator () |
reference | operator* () const |
pointer | operator-> () const |
bool | operator== (const InstIterator &y) const |
bool | operator!= (const InstIterator &y) const |
InstIterator & | operator++ () |
InstIterator | operator++ (int) |
InstIterator & | operator-- () |
InstIterator | operator-- (int) |
bool | atEnd () const |
Definition at line 32 of file InstIterator.h.
using llvm::InstIterator< BB_t, BB_i_t, BI_t, II_t >::difference_type = signed |
Definition at line 44 of file InstIterator.h.
using llvm::InstIterator< BB_t, BB_i_t, BI_t, II_t >::iterator_category = std::bidirectional_iterator_tag |
Definition at line 42 of file InstIterator.h.
using llvm::InstIterator< BB_t, BB_i_t, BI_t, II_t >::pointer = IIty * |
Definition at line 45 of file InstIterator.h.
using llvm::InstIterator< BB_t, BB_i_t, BI_t, II_t >::reference = IIty & |
Definition at line 46 of file InstIterator.h.
using llvm::InstIterator< BB_t, BB_i_t, BI_t, II_t >::value_type = IIty |
Definition at line 43 of file InstIterator.h.
|
default |
|
inline |
Definition at line 53 of file InstIterator.h.
|
inline |
Definition at line 57 of file InstIterator.h.
|
inline |
Definition at line 60 of file InstIterator.h.
|
inline |
Definition at line 68 of file InstIterator.h.
|
inline |
Definition at line 107 of file InstIterator.h.
|
inline |
Definition at line 73 of file InstIterator.h.
|
inline |
Definition at line 74 of file InstIterator.h.
|
inline |
Definition at line 82 of file InstIterator.h.
References llvm::InstIterator< BB_t, BB_i_t, BI_t, II_t >::operator==().
|
inline |
Definition at line 76 of file InstIterator.h.
Referenced by llvm::InstIterator< BB_t, BB_i_t, BI_t, II_t >::operator->().
|
inline |
Definition at line 86 of file InstIterator.h.
|
inline |
Definition at line 91 of file InstIterator.h.
|
inline |
Definition at line 95 of file InstIterator.h.
|
inline |
Definition at line 103 of file InstIterator.h.
|
inline |
Definition at line 77 of file InstIterator.h.
References llvm::InstIterator< BB_t, BB_i_t, BI_t, II_t >::operator*().
|
inline |
Definition at line 79 of file InstIterator.h.
Referenced by llvm::InstIterator< BB_t, BB_i_t, BI_t, II_t >::operator!=().