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

Method can_load

cranelift/codegen/meta/src/cdsl/instructions.rs:208–211  ·  view source on GitHub ↗

Mark this instruction as one that can load from memory.

(mut self)

Source from the content-addressed store, hash-verified

206
207 /// Mark this instruction as one that can load from memory.
208 pub fn can_load(mut self) -> Self {
209 self.can_load = true;
210 self
211 }
212
213 /// Mark this instruction as one that can store to memory.
214 pub fn can_store(mut self) -> Self {

Callers 10

get_last_storeMethod · 0.80
process_instMethod · 0.80
is_pure_for_egraphFunction · 0.80
is_mergeable_for_egraphFunction · 0.80
has_lowering_side_effectFunction · 0.80
of_opcodeMethod · 0.80
define_control_flowFunction · 0.80
defineFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected