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

Method iter

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

Iterate over all blocks, regardless whether a block is actually inserted in the layout or not. Iterates in creation order, not layout order.

(&self)

Source from the content-addressed store, hash-verified

79 ///
80 /// Iterates in creation order, not layout order.
81 pub fn iter(&self) -> impl Iterator<Item = Block> {
82 self.0.keys()
83 }
84}
85
86impl Index<Block> for Blocks {

Callers 15

special_param_indexMethod · 0.45
special_return_indexMethod · 0.45
num_special_paramsMethod · 0.45
num_special_returnsMethod · 0.45
is_multi_returnMethod · 0.45
deep_cloneMethod · 0.45
itemsMethod · 0.45
contextsMethod · 0.45
valuesMethod · 0.45
replace_with_aliasesMethod · 0.45
inst_valuesMethod · 0.45

Calls 1

keysMethod · 0.45

Tested by

no test coverage detected