class MCRegUnitIterator

Declaration

class MCRegUnitIterator : public DiffListIterator { /* full declaration omitted */ };

Description

DiffListIterator - Base iterator class that can traverse the differentially encoded register and regunit lists in DiffLists. Don't use this class directly, use one of the specialized sub-classes defined below.

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

Inherits from: MCRegisterInfo::DiffListIterator

Method Overview

Inherited from MCRegisterInfo::DiffListIterator:

Methods

MCRegUnitIterator()

Description

MCRegUnitIterator - Create an iterator that traverses the register units in Reg.

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

MCRegUnitIterator(
    llvm::MCRegister Reg,
    const llvm::MCRegisterInfo* MCRI)

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

Parameters

llvm::MCRegister Reg
const llvm::MCRegisterInfo* MCRI