Searched refs:DfsIter (Results 1 – 1 of 1) sorted by relevance
54 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> { struct91 impl Iterator for DfsIter<'_> { implementation135 pub struct DfsPreOrderIter<'a>(DfsIter<'a>);152 pub struct DfsPostOrderIter<'a>(DfsIter<'a>);