public interface Simplifiable
Canonicalizable, which supports only replacing the current node.
Implementors of this interface need to be aware that they need to call
SimplifierTool.addToWorkList(com.oracle.graal.graph.Node) for each node that might be
influenced (in terms of simplification and canonicalization) by the actions performed in
simplify.| Modifier and Type | Method and Description |
|---|---|
void |
simplify(SimplifierTool tool) |
void simplify(SimplifierTool tool)