The physical register holding this virtual register, if allocated.
(&self, reg: &IrRegister)
| 145 | self.asm_scratch_slots = Some(slots); |
| 146 | } |
| 147 | |
| 148 | pub fn asm_scratch_slots(&self) -> Option<[usize; 2]> { |
| 149 | self.asm_scratch_slots |
| 150 | } |
| 151 | |
| 152 | pub fn set_omit_frame_pointer(&mut self, omit: bool) { |