|
LLVM
8.0.1
|
#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 33 of file InstIterator.h.
| using llvm::InstIterator< BB_t, BB_i_t, BI_t, II_t >::difference_type = signed |
Definition at line 45 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 43 of file InstIterator.h.
| using llvm::InstIterator< BB_t, BB_i_t, BI_t, II_t >::pointer = IIty * |
Definition at line 46 of file InstIterator.h.
| using llvm::InstIterator< BB_t, BB_i_t, BI_t, II_t >::reference = IIty & |
Definition at line 47 of file InstIterator.h.
| using llvm::InstIterator< BB_t, BB_i_t, BI_t, II_t >::value_type = IIty |
Definition at line 44 of file InstIterator.h.
|
default |
|
inline |
Definition at line 54 of file InstIterator.h.
|
inline |
Definition at line 58 of file InstIterator.h.
|
inline |
Definition at line 61 of file InstIterator.h.
|
inline |
Definition at line 69 of file InstIterator.h.
|
inline |
Definition at line 108 of file InstIterator.h.
|
inline |
Definition at line 74 of file InstIterator.h.
Referenced by ComputePostOrders().
|
inline |
Definition at line 75 of file InstIterator.h.
Referenced by ComputePostOrders().
|
inline |
Definition at line 83 of file InstIterator.h.
References llvm::InstIterator< BB_t, BB_i_t, BI_t, II_t >::operator==().
|
inline |
Definition at line 77 of file InstIterator.h.
Referenced by llvm::InstIterator< BB_t, BB_i_t, BI_t, II_t >::operator->().
|
inline |
Definition at line 87 of file InstIterator.h.
|
inline |
Definition at line 92 of file InstIterator.h.
|
inline |
Definition at line 96 of file InstIterator.h.
|
inline |
Definition at line 104 of file InstIterator.h.
|
inline |
Definition at line 78 of file InstIterator.h.
References llvm::InstIterator< BB_t, BB_i_t, BI_t, II_t >::operator*().
|
inline |
Definition at line 80 of file InstIterator.h.
Referenced by llvm::InstIterator< BB_t, BB_i_t, BI_t, II_t >::operator!=().
1.8.13