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

Method is_valid

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

Returns `true` if the given block reference is valid.

(&self, block: Block)

Source from the content-addressed store, hash-verified

71
72 /// Returns `true` if the given block reference is valid.
73 pub fn is_valid(&self, block: Block) -> bool {
74 self.0.is_valid(block)
75 }
76
77 /// Iterate over all blocks, regardless whether a block is actually inserted
78 /// in the layout or not.

Callers 15

inst_is_validMethod · 0.45
block_is_validMethod · 0.45
value_is_validMethod · 0.45
verify_contextFunction · 0.45
verify_global_valuesMethod · 0.45
verify_sig_refMethod · 0.45
verify_func_refMethod · 0.45
verify_stack_slotMethod · 0.45
verify_global_valueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected