cranelift_codegen

Type Alias ValueLabelsRanges

Source
pub type ValueLabelsRanges = HashMap<ValueLabel, Vec<ValueLocRange>>;
Expand description

Resulting map of Value labels and their ranges/locations.

Aliased Typeยง

struct ValueLabelsRanges { /* private fields */ }