|
| SuccIterator (InstructionT *Inst) |
|
| SuccIterator (InstructionT *Inst, bool) |
|
int | getSuccessorIndex () const |
| This is used to interface between code that wants to operate on terminator instructions directly. More...
|
|
bool | operator== (const Self &x) const |
|
BlockT * | operator* () const |
|
BlockT * | operator-> () const |
|
bool | operator< (const Self &RHS) const |
|
int | operator- (const Self &RHS) const |
|
Self & | operator+= (int RHS) |
|
Self & | operator-= (int RHS) |
|
SuccessorProxy | operator[] (int Offset) |
|
BlockT * | getSource () |
| Get the source BlockT of this iterator. More...
|
|
SuccIterator< InstructionT, BlockT > | operator+ (int n) const |
|
SuccIterator< InstructionT, BlockT > | operator- (int n) const |
|
SuccIterator< InstructionT, BlockT > & | operator++ () |
|
SuccIterator< InstructionT, BlockT > | operator++ (int) |
|
SuccIterator< InstructionT, BlockT > & | operator-- () |
|
SuccIterator< InstructionT, BlockT > | operator-- (int) |
|
bool | operator!= (const SuccIterator< InstructionT, BlockT > &RHS) const |
|
bool | operator> (const SuccIterator< InstructionT, BlockT > &RHS) const |
|
bool | operator<= (const SuccIterator< InstructionT, BlockT > &RHS) const |
|
bool | operator>= (const SuccIterator< InstructionT, BlockT > &RHS) const |
|
BlockT * | operator-> () |
|
BlockT * | operator-> () const |
|
ReferenceProxy | operator[] (int n) |
|
ReferenceProxy | operator[] (int n) const |
|
template<class InstructionT, class BlockT>
class llvm::SuccIterator< InstructionT, BlockT >
Definition at line 137 of file CFG.h.