PyIR.Node
type t = {
name : NodeName.t;
first_loc : Location.t;
last_loc : Location.t;
ssa_parameters : SSA.t list;
stmts : (Location.t * Stmt.t) list;
last : Terminator.t;
}