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

Method subsume

cranelift/codegen/src/opts.rs:288–293  ·  view source on GitHub ↗
(&mut self, value: Value)

Source from the content-addressed store, hash-verified

286 }
287
288 fn subsume(&mut self, value: Value) -> Value {
289 trace!("subsume: {}", value);
290 self.ctx.subsume_values.insert(value);
291 self.ctx.stats.subsume += 1;
292 value
293 }
294
295 fn splat64(&mut self, val: u64) -> Constant {
296 let val = u128::from(val);

Callers

nothing calls this directly

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected