@eagleoutice/flowr - v2.15.8
    Preparing search index...
    • Simplify the control flow information by applying the given passes. This may reduce the vertex count, in- and outgoing edges, entry and exit points, etc.

      Parameters

      • cfg: ControlFlowInformation
      • info: CfgPassInfo
      • passes: readonly (
            | "unique-cf-sets"
            | "analyze-dead-code"
            | "remove-dead-code"
            | "to-basic-blocks"
        )[] = DefaultCfgSimplificationOrder

      Returns ControlFlowInformation