MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / valueregs.rs

File valueregs.rs

cranelift/codegen/src/machinst/valueregs.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1//! Data structure for tracking the (possibly multiple) registers that hold one
2//! SSA `Value`.
3
4use regalloc2::{PReg, VReg};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected