LLVM API Documentation
#include <MachineBasicBlock.h>
Public Member Functions | |
bundle_iterator (IterTy mii) | |
bundle_iterator (Ty &mi) | |
bundle_iterator (Ty *mi) | |
template<class OtherTy , class OtherIterTy > | |
bundle_iterator (const bundle_iterator< OtherTy, OtherIterTy > &I) | |
bundle_iterator () | |
Ty & | operator* () const |
Ty * | operator-> () const |
operator Ty * () const | |
bool | operator== (const bundle_iterator &x) const |
bool | operator!= (const bundle_iterator &x) const |
bundle_iterator & | operator-- () |
bundle_iterator & | operator++ () |
bundle_iterator | operator-- (int) |
bundle_iterator | operator++ (int) |
IterTy | getInstrIterator () const |
bundle_iterator - MachineBasicBlock iterator that automatically skips over MIs that are inside bundles (i.e. walk top level MIs only).
Definition at line 144 of file MachineBasicBlock.h.
|
inline |
Definition at line 149 of file MachineBasicBlock.h.
|
inline |
Definition at line 151 of file MachineBasicBlock.h.
|
inline |
Definition at line 155 of file MachineBasicBlock.h.
|
inline |
Definition at line 161 of file MachineBasicBlock.h.
|
inline |
Definition at line 163 of file MachineBasicBlock.h.
|
inline |
Definition at line 200 of file MachineBasicBlock.h.
|
inline |
Definition at line 168 of file MachineBasicBlock.h.
|
inline |
Definition at line 173 of file MachineBasicBlock.h.
References llvm::MachineBasicBlock::bundle_iterator< Ty, IterTy >::operator==().
|
inline |
Definition at line 165 of file MachineBasicBlock.h.
Referenced by llvm::MachineBasicBlock::bundle_iterator< Ty, IterTy >::operator->().
|
inline |
Definition at line 183 of file MachineBasicBlock.h.
|
inline |
Definition at line 194 of file MachineBasicBlock.h.
|
inline |
Definition at line 178 of file MachineBasicBlock.h.
|
inline |
Definition at line 189 of file MachineBasicBlock.h.
|
inline |
Definition at line 166 of file MachineBasicBlock.h.
References llvm::MachineBasicBlock::bundle_iterator< Ty, IterTy >::operator*().
|
inline |
Definition at line 170 of file MachineBasicBlock.h.
Referenced by llvm::MachineBasicBlock::bundle_iterator< Ty, IterTy >::operator!=().