pub fn dce(
    config: Config,
    unresolved_mark: Mark,
) -> impl Pass + VisitMut + Repeated + CompilerPass
Expand description

Note: This becomes parallel if concurrent feature is enabled.