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

Method data_flow_graph_mut

cranelift/codegen/src/ir/builder.rs:191–193  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

189 }
190
191 fn data_flow_graph_mut(&mut self) -> &mut DataFlowGraph {
192 self.inserter.data_flow_graph_mut()
193 }
194
195 fn build(mut self, data: InstructionData, ctrl_typevar: Type) -> (Inst, &'f mut DataFlowGraph) {
196 let dfg = self.inserter.data_flow_graph_mut();

Callers 2

buildMethod · 0.45
build_aux_instMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected