Searched refs:create_stack_slots (Results 1 – 1 of 1) sorted by relevance
1353 entity_map.stack_slot_offset = Some(create_stack_slots(func, callee)); in create_entities()1507 fn create_stack_slots(func: &mut ir::Function, callee: &ir::Function) -> u32 { in create_stack_slots() function