Constructors

Methods

Constructors

Methods

  • Computes the def, use, live in and live out sets of each CFG node

    Returns [Map<string, Set<string>>, Map<string, Set<string>>, Map<string, Set<string>>, Map<string, Set<string>>]

    An array that contains the def, use, live in and live out of each CFG node.