Array of PressureDiffs.
Declared in <llvm/CodeGen/RegisterPressure.h>
class PressureDiffs;
| Name | Description |
|---|---|
PressureDiffs [constructor] | Constructors |
~PressureDiffs [destructor] | Free the allocated pressure-diff array. |
operator= [deleted] | Deleted copy assignment. |
addInstruction | Record pressure difference induced by the given operand list to node with index Idx. |
clear | Reset the number of valid pressure diffs to zero. |
init | Allocate or reuse storage for N pressure diffs. |
operator[] | Return the pressure diff at Idx. |