LLVM
8.0.1
|
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 209 of file TargetRegisterInfo.h.
unsigned llvm::RegClassWeight::RegWeight |
Definition at line 210 of file TargetRegisterInfo.h.
Referenced by llvm::RegisterClassInfo::computePSetLimit(), isOperandKill(), llvm::PSetIterator::PSetIterator(), and llvm::R600RegisterInfo::R600RegisterInfo().
unsigned llvm::RegClassWeight::WeightLimit |
Definition at line 211 of file TargetRegisterInfo.h.
Referenced by llvm::RegisterClassInfo::computePSetLimit(), and llvm::R600RegisterInfo::R600RegisterInfo().