let getLiveSet sid =
  try Some(LiveFlow.StmtStartData.find sid)
  with Not_found -> None