LLVM  8.0.1
Public Attributes | List of all members
llvm::RegClassWeight Struct Reference

Each TargetRegisterClass has a per register weight, and weight limit which must be less than the limits of its pressure sets. More...

#include "llvm/CodeGen/TargetRegisterInfo.h"

Collaboration diagram for llvm::RegClassWeight:
Collaboration graph
[legend]

Public Attributes

unsigned RegWeight
 
unsigned WeightLimit
 

Detailed Description

Each TargetRegisterClass has a per register weight, and weight limit which must be less than the limits of its pressure sets.

Definition at line 209 of file TargetRegisterInfo.h.

Member Data Documentation

◆ RegWeight

unsigned llvm::RegClassWeight::RegWeight

◆ WeightLimit

unsigned llvm::RegClassWeight::WeightLimit

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