Studia.ReadsSourceComputations of the statements that read a given memory zone.
type t = | Direct of Frama_c_kernel.Cil_types.stmtDirect read by a statement.
*)| Indirect of Frama_c_kernel.Cil_types.stmtIndirect read through a function call.
*)compute 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.