Home
last modified time | relevance | path

Searched refs:DfsIter (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/
H A Dtraversals.rs54 pub fn iter<'a>(&'a mut self, func: &'a ir::Function) -> DfsIter<'a> { in iter()
59 DfsIter { dfs: self, func } in iter()
86 pub struct DfsIter<'a> { struct
91 impl Iterator for DfsIter<'_> { implementation
135 pub struct DfsPreOrderIter<'a>(DfsIter<'a>);
152 pub struct DfsPostOrderIter<'a>(DfsIter<'a>);