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

Method into_iter

cranelift/codegen/src/ir/layout.rs:405–407  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

403 type IntoIter = Blocks<'f>;
404
405 fn into_iter(self) -> Blocks<'f> {
406 self.blocks()
407 }
408}
409
410/// Methods for arranging instructions.

Callers 15

shuffledMethod · 0.45
do_remove_constant_phisFunction · 0.45
split_off_return_blockFunction · 0.45
replace_call_with_jumpFunction · 0.45
apply_base_srclocMethod · 0.45
metadata_recordsFunction · 0.45
gen_retval_area_setupMethod · 0.45
gen_call_retsMethod · 0.45
gen_arg_setupMethod · 0.45
gen_returnMethod · 0.45
from_iterMethod · 0.45

Calls 1

blocksMethod · 0.80

Tested by 2

metadata_recordsFunction · 0.36
test_cond_invertFunction · 0.36