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

Class DfsPostOrderIter

cranelift/codegen/src/traversals.rs:152–152  ·  view source on GitHub ↗

An iterator that yields `ir::Block` items during a depth-first, post-order traversal over its associated function.

Source from the content-addressed store, hash-verified

150/// An iterator that yields `ir::Block` items during a depth-first, post-order
151/// traversal over its associated function.
152pub struct DfsPostOrderIter<'a>(DfsIter<'a>);
153
154impl Iterator for DfsPostOrderIter<'_> {
155 type Item = ir::Block;

Callers 1

post_order_iterMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected