|
LLVM
3.7.0
|
Each TargetRegisterClass has a per register weight, and weight limit which must be less than the limits of its pressure sets. More...
#include <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 217 of file TargetRegisterInfo.h.
| unsigned llvm::RegClassWeight::RegWeight |
Definition at line 218 of file TargetRegisterInfo.h.
Referenced by llvm::RegisterClassInfo::computePSetLimit(), llvm::PSetIterator::PSetIterator(), and llvm::R600RegisterInfo::R600RegisterInfo().
| unsigned llvm::RegClassWeight::WeightLimit |
Definition at line 219 of file TargetRegisterInfo.h.
Referenced by llvm::RegisterClassInfo::computePSetLimit(), and llvm::R600RegisterInfo::R600RegisterInfo().
1.8.6