LLVM API Documentation

Public Attributes
llvm::AggressiveAntiDepState::RegisterReference Struct Reference

#include <AggressiveAntiDepBreaker.h>

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

List of all members.

Public Attributes

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

Detailed Description

RegisterReference - Information about a register reference within a liverange

Definition at line 41 of file AggressiveAntiDepBreaker.h.


Member Data Documentation

Operand - The registers operand.

Definition at line 43 of file AggressiveAntiDepBreaker.h.

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

RC - The register class.

Definition at line 45 of file AggressiveAntiDepBreaker.h.


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