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

File vcode.rs

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

Source from the content-addressed store, hash-verified

1//! This implements the VCode container: a CFG of Insts that have been lowered.
2//!
3//! VCode is virtual-register code. An instruction in VCode is almost a machine
4//! instruction; however, its register slots can refer to virtual registers in

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected