@eagleoutice/flowr - v2.10.3
    Preparing search index...
    interface PrintCfgOptions {
        openCode?: boolean;
        prefix?: string;
        showCode?: boolean;
        simplifications?: readonly (
            | "unique-cf-sets"
            | "analyze-dead-code"
            | "remove-dead-code"
            | "to-basic-blocks"
        )[];
        simplify?: boolean;
        useDfg?: boolean;
    }
    Index

    Properties

    openCode?: boolean
    prefix?: string
    showCode?: boolean
    simplifications?: readonly (
        | "unique-cf-sets"
        | "analyze-dead-code"
        | "remove-dead-code"
        | "to-basic-blocks"
    )[]
    simplify?: boolean
    useDfg?: boolean