class MCRegUnitRootIterator

Declaration

class MCRegUnitRootIterator { /* full declaration omitted */ };

Description

MCRegUnitRootIterator enumerates the root registers of a register unit.

Declared at: llvm/include/llvm/MC/MCRegisterInfo.h:754

Member Variables

private uint16_t Reg0 = 0
private uint16_t Reg1 = 0

Method Overview

Methods

MCRegUnitRootIterator()

Declared at: llvm/include/llvm/MC/MCRegisterInfo.h:759

MCRegUnitRootIterator(
    unsigned int RegUnit,
    const llvm::MCRegisterInfo* MCRI)

Declared at: llvm/include/llvm/MC/MCRegisterInfo.h:761

Parameters

unsigned int RegUnit
const llvm::MCRegisterInfo* MCRI

bool isValid() const

Description

Check if the iterator is at the end of the list.

Declared at: llvm/include/llvm/MC/MCRegisterInfo.h:773