pub fn simplifier( unresolved_mark: Mark, c: Config, ) -> impl CompilerPass + Pass + Repeated
Performs simplify-expr, inlining, remove-dead-branch and dce until nothing changes.