MCPcopy Create free account
hub / github.com/IntegralPilot/rustc_codegen_jvm / local_width

Function local_width

src/lower2/optimise2.rs:1642–1647  ·  view source on GitHub ↗
(kind: LocalKind)

Source from the content-addressed store, hash-verified

1640 set_slot_occupancy(&mut occupied, old_slot, range.width, true);
1641 }
1642
1643 let mut intervals: Vec<(u16, LiveRange)> = live_ranges
1644 .into_iter()
1645 .enumerate()
1646 .filter_map(|(old_slot, range)| {
1647 let old_slot = u16::try_from(old_slot).ok()?;
1648 range
1649 .filter(|_| {
1650 old_slot >= fixed_prefix_slots && !pinned_local_slots.contains(&old_slot)

Callers 5

rewrite_store_load_pairsFunction · 0.85
rewrite_fixed_loadFunction · 0.85
rewrite_fixed_storeFunction · 0.85
local_accessFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected