Iterate over the pressure sets affected by a physical or virtual register.
Synopsis
Declared in <llvm/CodeGen/MachineRegisterInfo.h>
class PSetIterator;
Description
If Reg is physical, it must be a register unit (from MCRegUnitIterator).
Member Functions
Name |
Description |
|
Constructors |
Return the register weight contributed to the current pressure set. |
|
Return true if this iterator still points at a valid pressure set. |
|
Return the current pressure set identifier. |
|
Advance to the next pressure set, or become invalid at the end. |
Created with MrDocs