LLVM API Documentation

Public Member Functions
llvm::MCSuperRegIterator Class Reference

#include <MCRegisterInfo.h>

Inheritance diagram for llvm::MCSuperRegIterator:
Inheritance graph
[legend]
Collaboration diagram for llvm::MCSuperRegIterator:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 MCSuperRegIterator ()
 MCSuperRegIterator (unsigned Reg, const MCRegisterInfo *MCRI, bool IncludeSelf=false)

Detailed Description

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.


Constructor & Destructor Documentation

Definition at line 456 of file MCRegisterInfo.h.

llvm::MCSuperRegIterator::MCSuperRegIterator ( unsigned  Reg,
const MCRegisterInfo MCRI,
bool  IncludeSelf = false 
) [inline]

The documentation for this class was generated from the following file: