Studia.ReadsComputations of the statements that read a given memory zone.
val compute :
Frama_c_kernel.Locations.Zone.t ->
(Frama_c_kernel.Cil_types.stmt * Writes.effects) listcompute z finds all the statements that read z. The effects information indicates whether the read occur on the given statement, or through an inner call for Call instructions.