Structsยง
- Children ๐
- Map
- Partial mapping from
Place
toPlaceIndex
, where some places also have aValueIndex
. - Place
Collector ๐ - Place
Index - This index uniquely identifies a place.
- Place
Info ๐ - This is the information tracked for every
PlaceIndex
and is stored byMap
. - State
Data - See
State
. - Value
Index ๐ - This index uniquely identifies a tracked place and therefore a slot in
State
.
Enumsยง
- State
- Dataflow state.
- Track
Elem - The set of projection elements that can be used by a tracked place.
- Value
OrPlace - Used as the result of an operand or r-value.
Functionsยง
- debug_
with_ context - debug_
with_ ๐context_ rec - excluded_
locals - Returns all locals with projections that have their reference or address taken.
- iter_
fields - Invokes
f
on all direct fields ofty
.