LLVM API Documentation
#include <InstIterator.h>
Inheritance diagram for llvm::InstIterator< _BB_t, _BB_i_t, _BI_t, _II_t >:


Public Types | |
| typedef std::bidirectional_iterator_tag | iterator_category |
| typedef IIty | value_type |
| typedef signed | difference_type |
| typedef IIty * | pointer |
| typedef IIty & | reference |
Public Member Functions | |
| InstIterator () | |
| 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 31 of file InstIterator.h.
|
|||||
|
Definition at line 42 of file InstIterator.h. |
|
|||||
|
Definition at line 40 of file InstIterator.h. |
|
|||||
|
Definition at line 43 of file InstIterator.h. |
|
|||||
|
Definition at line 44 of file InstIterator.h. |
|
|||||
|
Definition at line 41 of file InstIterator.h. |
|
|||||||||
|
Definition at line 47 of file InstIterator.h. |
|
||||||||||||||
|
Definition at line 51 of file InstIterator.h. |
|
||||||||||||||
|
Definition at line 55 of file InstIterator.h. |
|
||||||||||||||
|
Definition at line 58 of file InstIterator.h. |
|
||||||||||||||||||||
|
Definition at line 66 of file InstIterator.h. |
|
|||||||||
|
Definition at line 105 of file InstIterator.h. Referenced by llvm::constant_iterator::atEnd(), and llvm::constant_iterator::operator++(). |
|
|||||||||
|
Definition at line 71 of file InstIterator.h. |
|
|||||||||
|
Definition at line 72 of file InstIterator.h. |
|
|||||||||
|
Definition at line 74 of file InstIterator.h. Referenced by llvm::InstIterator< const iplist< BasicBlock >, Function::const_iterator, BasicBlock::const_iterator, const Instruction >::operator->(). |
|
||||||||||
|
Definition at line 80 of file InstIterator.h. |
|
||||||||||
|
Definition at line 89 of file InstIterator.h. |
|
|||||||||
|
Definition at line 84 of file InstIterator.h. |
|
||||||||||
|
Definition at line 101 of file InstIterator.h. |
|
|||||||||
|
Definition at line 93 of file InstIterator.h. |
|
|||||||||
|
Definition at line 75 of file InstIterator.h. |
|
||||||||||
|
Definition at line 77 of file InstIterator.h. Referenced by llvm::InstIterator< const iplist< BasicBlock >, Function::const_iterator, BasicBlock::const_iterator, const Instruction >::operator!=(). |