Searched refs:idf_ext_begin (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/ADT/ |
D | DepthFirstIterator.h | 274 idf_ext_iterator<T, SetTy> idf_ext_begin(const T& G, SetTy &S) { in idf_ext_begin() function 286 return make_range(idf_ext_begin(G, S), idf_ext_end(G, S)); in inverse_depth_first_ext()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | DepthFirstIterator.h | 291 idf_ext_iterator<T, SetTy> idf_ext_begin(const T& G, SetTy &S) { in idf_ext_begin() function 303 return make_range(idf_ext_begin(G, S), idf_ext_end(G, S)); in inverse_depth_first_ext()
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | DepthFirstIterator.h | 257 idf_ext_iterator<T, SetTy> idf_ext_begin(const T& G, SetTy &S) { in idf_ext_begin() function
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 475 I = idf_ext_begin(P, TranspBlocks), in isSafeToPromoteArgument()
|