@eagleoutice/flowr - v2.10.2
    Preparing search index...
    CfgSimplificationPasses: {
        "analyze-dead-code": (
            cfg: ControlFlowInformation,
            info: CfgPassInfo,
        ) => ControlFlowInformation;
        "remove-dead-code": (
            cfg: ControlFlowInformation,
            _info?: CfgPassInfo,
        ) => ControlFlowInformation;
        "to-basic-blocks": (
            cfg: ControlFlowInformation,
            _info?: CfgPassInfo,
        ) => ControlFlowInformation;
        "unique-cf-sets": (
            cfg: ControlFlowInformation,
            _info?: CfgPassInfo,
        ) => ControlFlowInformation;
    } = ...

    All available control flow graph simplification passes.

    Type Declaration