Constructors

Methods

Constructors

Methods

  • Parameters

    • kind: CfgKind
    • simplifications:
          | undefined
          | readonly (
              | "unique-cf-sets"
              | "analyze-dead-code"
              | "remove-dead-code"
              | "to-basic-blocks"
          )[]

    Returns undefined | ControlFlowInformation<CfgVertex>