List of PressureChanges in order of increasing, unique PSetID.
Declared in <llvm/CodeGen/RegisterPressure.h>
class PressureDiff;
Use a small fixed number, because we can fit more PressureChanges in an empty SmallVector than ever need to be tracked per register class. If more PSets are affected, then we only track the most constrained.
| Name | Description |
|---|---|
const_iterator | Const iterator over this difference's pressure changes. |
| Name | Description |
|---|---|
addPressureChange | Add a pressure change for VRegOrUnit to this difference. |
begin | Iterator to the first pressure change. |
dump | Dump this pressure difference to the debug stream. |
end | Iterator past the last pressure change slot. |