Type Alias cranelift_codegen::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 */ }