Constructors

Accessors

Methods

Constructors

  • Creates a new instance of the LivenessAnalysis class

    Parameters

    • defs: Map<string, Set<string>>

      A map with CFG node IDs as keys and their corresponding def set as value

    • uses: Map<string, Set<string>>

      A map with CFG node IDs as keys and their corresponding use set as value

    • liveIn: Map<string, Set<string>>

      A map with CFG node IDs as keys and their corresponding live in set as value

    • liveOut: Map<string, Set<string>>

      A map with CFG node IDs as keys and their corresponding live out set as value

    Returns livenessAnalysis

Accessors

Methods