Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ insert_aux_inst
Method
insert_aux_inst
cranelift/codegen/src/cursor.rs:690–695 ·
view source on GitHub ↗
(&mut self, inst: ir::Inst)
Source
from the content-addressed store, hash-verified
688
}
689
690
fn insert_aux_inst(&mut self, inst: ir::Inst) {
691
self.insert_inst(inst);
692
if !self.srcloc.is_default() {
693
self.func.set_srcloc(inst, self.srcloc);
694
}
695
}
696
}
Callers
1
build_aux_inst
Method · 0.80
Calls
3
insert_inst
Method · 0.45
is_default
Method · 0.45
set_srcloc
Method · 0.45
Tested by
no test coverage detected