Module Reg_with_debug_info.Debug_info
val compare :
Reg_with_debug_info.Debug_info.t ->
Reg_with_debug_info.Debug_info.t ->
intval equal :
Reg_with_debug_info.Debug_info.t ->
Reg_with_debug_info.Debug_info.t ->
boolval holds_value_of : Reg_with_debug_info.Debug_info.t -> Backend_var.tThe identifier that the register holds (part of) the value of.
val part_of_value : Reg_with_debug_info.Debug_info.t -> intval num_parts_of_value : Reg_with_debug_info.Debug_info.t -> intval which_parameter : Reg_with_debug_info.Debug_info.t -> int optionIf the register corresponds to a function parameter, the value returned is the zero-based index of said parameter; otherwise it is None.
val provenance :
Reg_with_debug_info.Debug_info.t ->
Backend_var.Provenance.t optionval is_parameter : Reg_with_debug_info.Debug_info.t -> Is_parameter.t