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

Method finish

cranelift/codegen/src/machinst/reg.rs:397–400  ·  view source on GitHub ↗

Finish the operand collection and return the tuple giving the range of indices in the flattened operand array, and the clobber set.

(self)

Source from the content-addressed store, hash-verified

395 /// range of indices in the flattened operand array, and the
396 /// clobber set.
397 pub fn finish(self) -> (usize, PRegSet) {
398 let end = self.operands.len();
399 (end, self.clobbers)
400 }
401}
402
403pub trait OperandVisitor {

Callers 3

fmtMethod · 0.45
collect_operandsMethod · 0.45
emitMethod · 0.45

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected