LLVM: llvm::PSetIterator Class Reference (original) (raw)
Iterate over the pressure sets affected by the given physical or virtual register. More...
#include "[llvm/CodeGen/MachineRegisterInfo.h](MachineRegisterInfo%5F8h%5Fsource.html)"
| Public Member Functions | |
|---|---|
| PSetIterator ()=default | |
| PSetIterator (VirtRegOrUnit VRegOrUnit, const MachineRegisterInfo *MRI) | |
| bool | isValid () const |
| unsigned | getWeight () const |
| unsigned | operator* () const |
| void | operator++ () |
Detailed Description
Iterate over the pressure sets affected by the given physical or virtual register.
If Reg is physical, it must be a register unit (from MCRegUnitIterator).
Definition at line 1244 of file MachineRegisterInfo.h.
Constructor & Destructor Documentation
| llvm::PSetIterator::PSetIterator ( ) | default |
|---|
◆ PSetIterator() [2/2]
Member Function Documentation
◆ getWeight()
| unsigned llvm::PSetIterator::getWeight ( ) const | inline |
|---|
◆ isValid()
| bool llvm::PSetIterator::isValid ( ) const | inline |
|---|
◆ operator*()
| unsigned llvm::PSetIterator::operator* ( ) const | inline |
|---|
◆ operator++()
| void llvm::PSetIterator::operator++ ( ) | inline |
|---|
The documentation for this class was generated from the following file:
- include/llvm/CodeGen/MachineRegisterInfo.h