cranelift_codegen::ir::stackslot

Type Alias DynamicStackSlots

Source
pub type DynamicStackSlots = PrimaryMap<DynamicStackSlot, DynamicStackSlotData>;
Expand description

All allocated dynamic stack slots.

Aliased Typeยง

struct DynamicStackSlots { /* private fields */ }