(&self)
| 219 | #[inline] |
| 220 | #[must_use] |
| 221 | pub fn stack_layout(&self) -> &StackLayout { |
| 222 | &self.regalloc.spill_allocator.stack_layout |
| 223 | } |
| 224 | |
| 225 | /// Returns the [`Allocation`]s assigned to each [`Value`] at different |
| 226 | /// points in the function. |
no outgoing calls
no test coverage detected