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

Method make_value

cranelift/codegen/src/ir/dfg.rs:356–358  ·  view source on GitHub ↗

Allocate an extended value entry.

(&mut self, data: ValueData)

Source from the content-addressed store, hash-verified

354impl DataFlowGraph {
355 /// Allocate an extended value entry.
356 fn make_value(&mut self, data: ValueData) -> Value {
357 self.values.push(data.into())
358 }
359
360 /// The number of values defined in this DFG.
361 pub fn len_values(&self) -> usize {

Callers 6

replace_resultMethod · 0.80
unionMethod · 0.80
append_block_paramMethod · 0.80
replace_block_paramMethod · 0.80

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected