MCPcopy Create free account
hub / github.com/Amanieu/regalloc3 / stack_layout

Method stack_layout

src/output.rs:221–223  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

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.

Callers 7

newMethod · 0.80
check_stackMethod · 0.80
check_instMethod · 0.80
check_bankMethod · 0.80
check_classMethod · 0.80
check_outputFunction · 0.80
fmtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected