LLVM 22.0.0git
|
ConstMIBundleOperands - Iterate over all operands in a const bundle of machine instructions. More...
#include "llvm/CodeGen/MachineInstrBundle.h"
Static Public Member Functions | |
static ConstMIBundleOperands | end (const MachineBasicBlock &MBB) |
Returns an iterator past the last iteration. |
Additional Inherited Members | |
Public Types inherited from llvm::iterator_facade_base< MIBundleOperandIteratorBase< const MachineOperand >, std::forward_iterator_tag, const MachineOperand > | |
using | iterator_category |
using | value_type |
using | difference_type |
using | pointer |
using | reference |
Protected Types inherited from llvm::iterator_facade_base< MIBundleOperandIteratorBase< const MachineOperand >, std::forward_iterator_tag, const MachineOperand > | |
enum | |
Protected Member Functions inherited from llvm::MIBundleOperandIteratorBase< const 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. |
ConstMIBundleOperands - Iterate over all operands in a const bundle of machine instructions.
Definition at line 188 of file MachineInstrBundle.h.
|
inline |
Definition at line 197 of file MachineInstrBundle.h.
References MI, and llvm::MIBundleOperandIteratorBase< const MachineOperand >::MIBundleOperandIteratorBase().
|
inlinestatic |
Returns an iterator past the last iteration.
Definition at line 201 of file MachineInstrBundle.h.
References MBB.
Referenced by llvm::const_mi_bundle_ops().