Module rwu_
table
rustc_
passes
1.84.0-dev
Module rwu_
table
Module Items
Structs
In rustc_
passes::
liveness
Modules
rwu_table
Structs
CaptureInfo
CollectLitsVisitor
IrMaps
LiveNode
Liveness
LocalInfo
Variable
Enums
LiveNodeKind
VarKind
Constants
ACC_READ
ACC_USE
ACC_WRITE
Functions
check_expr
check_liveness
live_node_kind_to_string
provide
rustc_passes
::
liveness
Module
rwu_table
Copy item path
Settings
Help
Summary
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.