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

Class EvictedReg

src/debug_utils/checker.rs:169–172  ·  view source on GitHub ↗

Saved state for a register that has been temporarily evicted to an emergency spill slot.

Source from the content-addressed store, hash-verified

167/// Saved state for a register that has been temporarily evicted to an
168/// emergency spill slot.
169struct EvictedReg {
170 reg: PhysReg,
171 saved_values: SmallVec<[CheckerValueSet; 2]>,
172}
173
174struct Context<'a, F, R> {
175 output: &'a Output<'a, F, R>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected