| Class | Description |
|---|---|
| ConstantLoadOptimization |
This optimization tries to improve the handling of constants by replacing a single definition of
a constant, which is potentially scheduled into a block with high frequency, with one or more
definitions in blocks with a lower frequency.
|
| ConstantLoadOptimization.Options | |
| ConstantTree |
Represents a dominator (sub-)tree for a constant definition.
|
| ConstantTree.NodeCost |
Costs associated with a block.
|
| ConstantTreeAnalyzer |
Analyzes a
ConstantTree and marks potential materialization positions. |
| Enum | Description |
|---|---|
| ConstantTree.Flags |