AllocatedSSA constructor

AllocatedSSA(
  1. String name,
  2. int register, {
  3. int version = -1,
  4. int type = -1,
})

Implementation

AllocatedSSA(super.name, this.register,
    {super.version = -1, super.type = -1});