public interface SimplifierTool extends CanonicalizerTool
Simplifiable
Modifier and Type | Method and Description |
---|---|
void |
addToWorkList(Iterable<? extends Node> nodes) |
void |
addToWorkList(Node node)
Adds a node to the worklist independent of whether it has already been on the worklist.
|
void |
deleteBranch(Node branch) |
void |
removeIfUnused(Node node) |
allUsagesAvailable, canonicalizeReads, getConstantReflection, getMetaAccess
void deleteBranch(Node branch)
void addToWorkList(Node node)
void addToWorkList(Iterable<? extends Node> nodes)
void removeIfUnused(Node node)