Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DDepthFirstIterator.h302 iterator_range<idf_ext_iterator<T, SetTy>> inverse_depth_first_ext(const T& G, in inverse_depth_first_ext() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp137 for (BasicBlock *B : inverse_depth_first_ext(BB, Visited)) in MarkBlocksLiveIn()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp754 for (BasicBlock *TranspBB : inverse_depth_first_ext(P, TranspBlocks)) in isSafeToPromoteArgument()