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

Method insert_built_inst

cranelift/codegen/src/cursor.rs:682–688  ·  view source on GitHub ↗
(self, inst: ir::Inst)

Source from the content-addressed store, hash-verified

680 }
681
682 fn insert_built_inst(self, inst: ir::Inst) -> &'c mut ir::DataFlowGraph {
683 self.insert_inst(inst);
684 if !self.srcloc.is_default() {
685 self.func.set_srcloc(inst, self.srcloc);
686 }
687 &mut self.func.dfg
688 }
689
690 fn insert_aux_inst(&mut self, inst: ir::Inst) {
691 self.insert_inst(inst);

Callers 1

buildMethod · 0.80

Calls 3

insert_instMethod · 0.45
is_defaultMethod · 0.45
set_srclocMethod · 0.45

Tested by

no test coverage detected