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

Class Output

src/output.rs:168–172  ·  view source on GitHub ↗

The output of the register allocator.

Source from the content-addressed store, hash-verified

166
167/// The output of the register allocator.
168pub struct Output<'a, F, R> {
169 pub(crate) regalloc: &'a RegisterAllocator,
170 pub(crate) func: &'a F,
171 pub(crate) reginfo: &'a R,
172}
173
174impl<'a, F, R> Output<'a, F, R>
175where

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected