rustc_passes::liveness

Module rwu_table

Source

Structsยง

  • RWU ๐Ÿ”’
  • RWUTable ๐Ÿ”’
    Conceptually, this is like a Vec<Vec<RWU>>. But the number of RWUโ€™s can get very large, so it uses a more compact representation.