LLVM 20.0.0git
|
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 |
Each TargetRegisterClass has a per register weight, and weight limit which must be less than the limits of its pressure sets.
Definition at line 224 of file TargetRegisterInfo.h.
unsigned llvm::RegClassWeight::RegWeight |
Definition at line 225 of file TargetRegisterInfo.h.
Referenced by llvm::RegisterClassInfo::computePSetLimit().
unsigned llvm::RegClassWeight::WeightLimit |
Definition at line 226 of file TargetRegisterInfo.h.
Referenced by llvm::RegisterClassInfo::computePSetLimit().