LLVM API Documentation
#include <MCRegisterInfo.h>
Public Member Functions | |
MCSuperRegIterator () | |
MCSuperRegIterator (unsigned Reg, const MCRegisterInfo *MCRI, bool IncludeSelf=false) | |
![]() | |
bool | isValid () const |
isValid - returns true if this iterator is not yet at the end. More... | |
unsigned | operator* () const |
Dereference the iterator to get the value at the current position. More... | |
void | operator++ () |
Pre-increment to move to the next position. More... | |
Additional Inherited Members | |
![]() | |
DiffListIterator () | |
Create an invalid iterator. Call init() to point to something useful. More... | |
void | init (MCPhysReg InitVal, const MCPhysReg *DiffList) |
unsigned | advance () |
MCSuperRegIterator enumerates all super-registers of Reg. If IncludeSelf is set, Reg itself is included in the list.
Definition at line 454 of file MCRegisterInfo.h.
|
inline |
Definition at line 456 of file MCRegisterInfo.h.
|
inline |
Definition at line 457 of file MCRegisterInfo.h.
References llvm::MCRegisterInfo::get(), llvm::MCRegisterInfo::DiffListIterator::init(), and llvm::MCRegisterDesc::SuperRegs.