Type Definition cranelift_codegen::ValueLabelsRanges
source · [−]pub type ValueLabelsRanges = HashMap<ValueLabel, Vec<ValueLocRange>>;Expand description
Resulting map of Value labels and their ranges/locations.
pub type ValueLabelsRanges = HashMap<ValueLabel, Vec<ValueLocRange>>;Resulting map of Value labels and their ranges/locations.