LLVM: llvm::MIBundleOperands Class Reference (original) (raw)
MIBundleOperands - Iterate over all operands in a bundle of machine instructions. More...
#include "[llvm/CodeGen/MachineInstrBundle.h](MachineInstrBundle%5F8h%5Fsource.html)"
Inheritance diagram for llvm::MIBundleOperands:
[legend]
| Static Public Member Functions | |
|---|---|
| static MIBundleOperands | end (const MachineBasicBlock &MBB) |
| Returns an iterator past the last iteration. |
| Additional Inherited Members | |
|---|---|
| Public Types inherited from llvm::iterator_facade_base< MIBundleOperandIteratorBase< MachineOperand >, std::forward_iterator_tag, MachineOperand > | |
| using | iterator_category |
| using | value_type |
| using | difference_type |
| using | pointer |
| using | reference |
| Protected Types inherited from llvm::iterator_facade_base< MIBundleOperandIteratorBase< MachineOperand >, std::forward_iterator_tag, MachineOperand > | |
| enum | |
| Protected Member Functions inherited from llvm::MIBundleOperandIteratorBase< MachineOperand > | |
| MIBundleOperandIteratorBase (MachineInstr &MI) | |
| MIBundleOperandIteratorBase - Create an iterator that visits all operands on MI, or all operands on every instruction in the bundle containing MI. |
Detailed Description
MIBundleOperands - Iterate over all operands in a bundle of machine instructions.
Definition at line 169 of file MachineInstrBundle.h.
Constructor & Destructor Documentation
| llvm::MIBundleOperands::MIBundleOperands ( MachineInstr & MI) | inline |
|---|
Definition at line 176 of file MachineInstrBundle.h.
References MI, and llvm::MIBundleOperandIteratorBase< MachineOperand >::MIBundleOperandIteratorBase().
Member Function Documentation
◆ end()
| MIBundleOperands llvm::MIBundleOperands::end ( const MachineBasicBlock & MBB) | inlinestatic |
|---|
Returns an iterator past the last iteration.
Definition at line 179 of file MachineInstrBundle.h.
References MBB.
Referenced by llvm::mi_bundle_ops().
The documentation for this class was generated from the following file:
- include/llvm/CodeGen/MachineInstrBundle.h