Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DBreadthFirstIterator.h158 template <class T> iterator_range<bf_iterator<T>> breadth_first(const T &G) { in breadth_first() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopNestAnalysis.cpp44 append_range(Loops, breadth_first(&Root)); in LoopNest()
H A DLoopCacheAnalysis.cpp584 append_range(Loops, breadth_first(&Root)); in getCacheCost()