Expand description
Ported from closure compiler.
Re-exports§
pub use self::expr::expr_simplifier;
pub use self::expr::Config as ExprSimplifierConfig;
Modules§
Structs§
Functions§
- dead_
branch_ remover - Not intended for general use. Use [simplifier] instead.
- simplifier
- Performs simplify-expr, inlining, remove-dead-branch and dce until nothing changes.