☰
Module rwu_table
rustc_passes
1.75.0-dev
Module rwu_table
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
?
Module
rustc_passes
::
liveness
::
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.