LLVM 22.0.0git
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 226 of file TargetRegisterInfo.h.

Member Data Documentation

◆ RegWeight

unsigned llvm::RegClassWeight::RegWeight

Definition at line 227 of file TargetRegisterInfo.h.

◆ WeightLimit

unsigned llvm::RegClassWeight::WeightLimit

Definition at line 228 of file TargetRegisterInfo.h.


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