Searched refs:breadth_first (Results 1 – 10 of 10) sorted by relevance
146 breadth_first: bool, field182 breadth_first: false, in default()365 breadth_first: self.breadth_first, in spawn_handler()514 pub fn breadth_first(mut self) -> Self { in breadth_first() method515 self.breadth_first = true; in breadth_first()520 self.breadth_first in get_breadth_first()607 pub fn breadth_first(mut self) -> Self { in breadth_first() method608 self.builder = self.builder.breadth_first(); in breadth_first()688 ref breadth_first, in fmt()711 .field("breadth_first", &breadth_first) in fmt()
152 .breadth_first() in configuration()
222 let breadth_first = builder.get_breadth_first(); in new() localVariable226 let worker = if breadth_first { in new()
156 template <class T> iterator_range<bf_iterator<T>> breadth_first(const T &G) { in breadth_first() function
45 for (Loop *L : breadth_first(&Root)) in LoopNest()
508 for (Loop *L : breadth_first(&Root)) in getCacheCost()
254 for (auto DomNode : breadth_first(&DT)) { in prepareEHPads()
482 for (Loop *L : breadth_first(&Root)) in getCacheCost()
162 - The `breadth_first` configuration flag, which globally approximated this