MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / new

Method new

cranelift/codegen/src/machinst/vcode.rs:66–68  ·  view source on GitHub ↗
(i: usize)

Source from the content-addressed store, hash-verified

64
65impl BackwardsInsnIndex {
66 pub fn new(i: usize) -> Self {
67 BackwardsInsnIndex(InsnIndex::new(i))
68 }
69}
70
71/// Index referring to a basic block in VCode.

Callers

nothing calls this directly

Calls 4

BackwardsInsnIndexClass · 0.85
lowered_orderMethod · 0.80
newFunction · 0.50
lenMethod · 0.45

Tested by

no test coverage detected