Module simplify

Source
Expand description

Ported from closure compiler.

Re-exports§

pub use self::expr::expr_simplifier;
pub use self::expr::Config as ExprSimplifierConfig;

Modules§

const_propagation
dce
expr
inlining

Structs§

Config

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.