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

Method num_insts

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

The number of lowered instructions.

(&self)

Source from the content-addressed store, hash-verified

662
663 /// The number of lowered instructions.
664 pub fn num_insts(&self) -> usize {
665 self.insts.len()
666 }
667
668 fn compute_clobbers_and_function_calls(
669 &self,

Callers 4

lower_clif_blockMethod · 0.45
lowerMethod · 0.45
emitMethod · 0.45
get_user_stack_mapMethod · 0.45

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected