LLVM 18.0.0git
|
MCRegUnitRootIterator enumerates the root registers of a register unit. More...
#include "llvm/MC/MCRegisterInfo.h"
Public Member Functions | |
MCRegUnitRootIterator ()=default | |
MCRegUnitRootIterator (unsigned RegUnit, const MCRegisterInfo *MCRI) | |
unsigned | operator* () const |
Dereference to get the current root register. | |
bool | isValid () const |
Check if the iterator is at the end of the list. | |
void | operator++ () |
Preincrement to move to the next root register. | |
MCRegUnitRootIterator enumerates the root registers of a register unit.
Definition at line 703 of file MCRegisterInfo.h.
|
default |
|
inline |
Definition at line 710 of file MCRegisterInfo.h.
References assert().
|
inline |
Check if the iterator is at the end of the list.
Definition at line 722 of file MCRegisterInfo.h.
Referenced by llvm::LiveRegUnits::addRegsInMask(), llvm::MCRegAliasIterator::advance(), llvm::MachineRegisterInfo::isReservedRegUnit(), llvm::MCRegAliasIterator::MCRegAliasIterator(), operator++(), and llvm::LiveRegUnits::removeRegsNotPreserved().
|
inline |
Dereference to get the current root register.
Definition at line 717 of file MCRegisterInfo.h.
|
inline |
Preincrement to move to the next root register.
Definition at line 727 of file MCRegisterInfo.h.