Jasmin.LivenessSourceval iter_call_sites :
(Jasmin.Prog.L.i_loc ->
Prog.funname ->
Prog.lvals ->
(Prog.Sv.t * Prog.Sv.t) ->
unit) ->
(Jasmin.Prog.L.i_loc ->
BinNums.positive Syscall_t.syscall_t ->
Prog.lvals ->
(Prog.Sv.t * Prog.Sv.t) ->
unit) ->
(Prog.Sv.t * Prog.Sv.t, 'asm) Prog.func ->
unititer_call_sites cb f runs the cb function for all call site in f with the location of the call instruction, the name of the called function, the ℓ-values, and the sets of live variables before and after the call.
Requires the function f to be annotated with liveness information