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

Method remat

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

Source from the content-addressed store, hash-verified

279 }
280
281 fn remat(&mut self, value: Value) -> Value {
282 trace!("remat: {}", value);
283 self.ctx.remat_values.insert(value);
284 self.ctx.stats.remat += 1;
285 value
286 }
287
288 fn subsume(&mut self, value: Value) -> Value {
289 trace!("subsume: {}", value);

Callers

nothing calls this directly

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected