@FunctionalInterface private static interface DominatorConditionalEliminationPhase.Instance.GuardRewirer
Modifier and Type | Method and Description |
---|---|
boolean |
rewire(ValueNode guard,
boolean result)
Called if the condition could be proven to have a constant value (
result )
under guard . |