Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDDepthFirstIterator.h278 iterator_range<idf_iterator<T>> inverse_depth_first(const T& G) { in inverse_depth_first() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDSjLjEHPrepare.cpp153 for (BasicBlock *B : inverse_depth_first(BB)) in MarkBlocksLiveIn()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDArgumentPromotion.cpp725 for (BasicBlock *TranspBB : inverse_depth_first(P)) in findArgParts()