LLVM API Documentation
#include <MachineInstrBundle.h>


Public Member Functions | |
| ConstMIBundleOperands (const MachineInstr *MI) | |
| const MachineOperand & | operator* () const |
| const MachineOperand * | operator-> () const |
Public Member Functions inherited from llvm::MachineOperandIteratorBase | |
| bool | isValid () const |
| isValid - Returns true until all the operands have been visited. More... | |
| void | operator++ () |
| Preincrement. Move to the next operand. More... | |
| unsigned | getOperandNo () const |
| VirtRegInfo | analyzeVirtReg (unsigned Reg, SmallVectorImpl< std::pair< MachineInstr *, unsigned > > *Ops=0) |
| PhysRegInfo | analyzePhysReg (unsigned Reg, const TargetRegisterInfo *TRI) |
Additional Inherited Members | |
Protected Member Functions inherited from llvm::MachineOperandIteratorBase | |
| MachineOperandIteratorBase (MachineInstr *MI, bool WholeBundle) | |
| MachineOperand & | deref () const |
ConstMIBundleOperands - Iterate over all operands in a const bundle of machine instructions.
Definition at line 242 of file MachineInstrBundle.h.
|
inline |
Definition at line 244 of file MachineInstrBundle.h.
|
inline |
Definition at line 246 of file MachineInstrBundle.h.
References llvm::MachineOperandIteratorBase::deref().
|
inline |
Definition at line 247 of file MachineInstrBundle.h.
References llvm::MachineOperandIteratorBase::deref().