public static interface IntrinsicContext.SideEffectsState
side effects
that
are control flow predecessors of the current point in a graph.Modifier and Type | Method and Description |
---|---|
void |
addSideEffect(StateSplit sideEffect)
Records a side effect for the current program point.
|
boolean |
isAfterSideEffect()
Determines if the current program point is preceded by one or more side effects.
|
Iterable<StateSplit> |
sideEffects()
Gets the side effects preceding the current program point.
|
boolean isAfterSideEffect()
Iterable<StateSplit> sideEffects()
void addSideEffect(StateSplit sideEffect)