Identifies a GOTO instruction where a given variable is defined (i.e. More...
#include <reaching_definitions.h>
Identifies a GOTO instruction where a given variable is defined (i.e.
it is set to a certain value). It consists of these data:
Definition at line 85 of file reaching_definitions.h.
Definition at line 98 of file reaching_definitions.h.
The two integers below define a range of bits (i.e.
the begin and end bit indices) which represent the value of the variable. So, the integers represents the half-open interval [bit_begin, bit_end) of bits.
Definition at line 95 of file reaching_definitions.h.
Definition at line 96 of file reaching_definitions.h.
The iterator to the GOTO instruction where the variable has been written to.
Definition at line 91 of file reaching_definitions.h.
The name of the variable which was defined.
Definition at line 88 of file reaching_definitions.h.