Cse Info dataclass Info( head: type[ir.Statement], args: tuple[ir.SSAValue, ...], attributes: tuple[ir.Attribute, ...], successors: tuple[ir.Block, ...], regions: tuple[ir.Region, ...], ) An object to hold the comparison information of a statement.