LLVM  4.0.0
Public Member Functions | Public Attributes | List of all members
llvm::HexagonBlockRanges::RegisterRef Struct Reference

#include <HexagonBlockRanges.h>

Collaboration diagram for llvm::HexagonBlockRanges::RegisterRef:
[legend]

Public Member Functions

bool operator< (RegisterRef R) const
 

Public Attributes

unsigned Reg
 
unsigned Sub
 

Detailed Description

Definition at line 33 of file HexagonBlockRanges.h.

Member Function Documentation

bool llvm::HexagonBlockRanges::RegisterRef::operator< ( RegisterRef  R) const
inline

Definition at line 35 of file HexagonBlockRanges.h.

References Reg, and Sub.

Member Data Documentation

unsigned llvm::HexagonBlockRanges::RegisterRef::Reg

Definition at line 34 of file HexagonBlockRanges.h.

Referenced by llvm::HexagonBlockRanges::expandToSubRegs(), and operator<().

unsigned llvm::HexagonBlockRanges::RegisterRef::Sub

Definition at line 34 of file HexagonBlockRanges.h.

Referenced by llvm::HexagonBlockRanges::expandToSubRegs(), and operator<().


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