LLVM 19.0.0git
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"

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 227 of file TargetRegisterInfo.h.

Member Data Documentation

◆ RegWeight

unsigned llvm::RegClassWeight::RegWeight

Definition at line 228 of file TargetRegisterInfo.h.

Referenced by llvm::RegisterClassInfo::computePSetLimit().

◆ WeightLimit

unsigned llvm::RegClassWeight::WeightLimit

Definition at line 229 of file TargetRegisterInfo.h.

Referenced by llvm::RegisterClassInfo::computePSetLimit().


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