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

File layout.rs

cranelift/codegen/src/ir/layout.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1//! Function layout.
2//!
3//! The order of basic blocks in a function and the order of instructions in a block is
4//! determined by the `Layout` data structure defined in this module.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected