LLVM 20.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. | |
MCRegUnitRootIterator & | operator++ () |
Preincrement to move to the next root register. | |
MCRegUnitRootIterator enumerates the root registers of a register unit.
Definition at line 700 of file MCRegisterInfo.h.
|
default |
|
inline |
Definition at line 707 of file MCRegisterInfo.h.
References assert().
|
inline |
Check if the iterator is at the end of the list.
Definition at line 719 of file MCRegisterInfo.h.
Referenced by llvm::LiveRegUnits::addRegsInMask(), llvm::MachineRegisterInfo::isReservedRegUnit(), operator++(), and llvm::LiveRegUnits::removeRegsNotPreserved().
|
inline |
Dereference to get the current root register.
Definition at line 714 of file MCRegisterInfo.h.
|
inline |
Preincrement to move to the next root register.
Definition at line 724 of file MCRegisterInfo.h.