Home
last modified time | relevance | path

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

/external/rust/crates/rayon-core/src/
Dlib.rs146 breadth_first: bool, field
182 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() method
515 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() method
608 self.builder = self.builder.breadth_first(); in breadth_first()
688 ref breadth_first, in fmt()
711 .field("breadth_first", &breadth_first) in fmt()
Dtest.rs152 .breadth_first() in configuration()
Dregistry.rs222 let breadth_first = builder.get_breadth_first(); in new() localVariable
226 let worker = if breadth_first { in new()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DBreadthFirstIterator.h156 template <class T> iterator_range<bf_iterator<T>> breadth_first(const T &G) { in breadth_first() function
/external/llvm-project/llvm/include/llvm/ADT/
DBreadthFirstIterator.h156 template <class T> iterator_range<bf_iterator<T>> breadth_first(const T &G) { in breadth_first() function
/external/llvm-project/llvm/lib/Analysis/
DLoopNestAnalysis.cpp45 for (Loop *L : breadth_first(&Root)) in LoopNest()
DLoopCacheAnalysis.cpp508 for (Loop *L : breadth_first(&Root)) in getCacheCost()
/external/llvm-project/llvm/lib/CodeGen/
DWasmEHPrepare.cpp254 for (auto DomNode : breadth_first(&DT)) { in prepareEHPads()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopCacheAnalysis.cpp482 for (Loop *L : breadth_first(&Root)) in getCacheCost()
/external/rust/crates/rayon/
DRELEASES.md162 - The `breadth_first` configuration flag, which globally approximated this