public static enum StructuredGraph.StageFlag extends Enum<StructuredGraph.StageFlag>
| Enum Constant and Description |
|---|
EXPAND_LOGIC |
FINAL_CANONICALIZATION |
FIXED_READS |
FLOATING_READS |
GUARD_MOVEMENT |
HIGH_TIER_LOWERING |
LOW_TIER_LOWERING |
MID_TIER_LOWERING |
PARTIAL_ESCAPE |
VALUE_PROXY_REMOVAL |
| Modifier and Type | Method and Description |
|---|---|
static StructuredGraph.StageFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StructuredGraph.StageFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StructuredGraph.StageFlag PARTIAL_ESCAPE
public static final StructuredGraph.StageFlag HIGH_TIER_LOWERING
public static final StructuredGraph.StageFlag FLOATING_READS
public static final StructuredGraph.StageFlag GUARD_MOVEMENT
public static final StructuredGraph.StageFlag VALUE_PROXY_REMOVAL
public static final StructuredGraph.StageFlag MID_TIER_LOWERING
public static final StructuredGraph.StageFlag LOW_TIER_LOWERING
public static final StructuredGraph.StageFlag EXPAND_LOGIC
public static final StructuredGraph.StageFlag FIXED_READS
public static final StructuredGraph.StageFlag FINAL_CANONICALIZATION
public static StructuredGraph.StageFlag[] values()
public static StructuredGraph.StageFlag valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null