static class ConditionalEliminationPhase.GuardedStamp extends Object
value
that it produced by a guard
. Usage of the
stamp information requires adopting the guard. Usually this means replacing an existing guard
with this guard.GuardedStamp(ValueNode value, Stamp stamp, GuardNode guard)