let print_everything () =
  LiveFlow.StmtStartData.iter (fun s vs ->
             Format.printf "%d: %a" s.sid LiveFlow.pretty vs)