Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
shuffled
Method · 0.45
do_remove_constant_phis
Function · 0.45
split_off_return_block
Function · 0.45
replace_call_with_jump
Function · 0.45
apply_base_srcloc
Method · 0.45
metadata_records
Function · 0.45
gen_retval_area_setup
Method · 0.45
gen_call_rets
Method · 0.45
gen_arg_setup
Method · 0.45
gen_return
Method · 0.45
compute_clobbers_and_function_calls
Method · 0.45
from_iter
Method · 0.45
Calls
1
blocks
Method · 0.80
Tested by
2
metadata_records
Function · 0.36
test_cond_invert
Function · 0.36