Expand description
Common Subexpression Elimination logic implemented in CSE
can be controlled with
a CSEController
, that defines how to eliminate common subtrees from a particular
TreeNode
tree.
Structs§
- The main entry point of Common Subexpression Elimination.
Enums§
- The result of potentially rewriting a list of
TreeNode
s to eliminate common subtrees.