LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
llvm::AggressiveAntiDepState::RegisterReference Struct Reference

#include <AggressiveAntiDepBreaker.h>

Collaboration diagram for llvm::AggressiveAntiDepState::RegisterReference:
Collaboration graph
[legend]

Public Attributes

MachineOperandOperand
 Operand - The registers operand. More...
 
const TargetRegisterClassRC
 RC - The register class. More...
 

Detailed Description

RegisterReference - Information about a register reference within a liverange

Definition at line 41 of file AggressiveAntiDepBreaker.h.

Member Data Documentation

MachineOperand* llvm::AggressiveAntiDepState::RegisterReference::Operand

Operand - The registers operand.

Definition at line 43 of file AggressiveAntiDepBreaker.h.

Referenced by llvm::AggressiveAntiDepBreaker::BreakAntiDependencies().

const TargetRegisterClass* llvm::AggressiveAntiDepState::RegisterReference::RC

RC - The register class.

Definition at line 45 of file AggressiveAntiDepBreaker.h.


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