Searched refs:df_ext_iterator (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | DepthFirstIterator.h | 233 struct df_ext_iterator : public df_iterator<T, SetTy, true> { struct 234 df_ext_iterator(const df_iterator<T, SetTy, true> &V) in df_ext_iterator() function 239 df_ext_iterator<T, SetTy> df_ext_begin(const T& G, SetTy &S) { in df_ext_begin() 240 return df_ext_iterator<T, SetTy>::begin(G, S); in df_ext_begin() 244 df_ext_iterator<T, SetTy> df_ext_end(const T& G, SetTy &S) { in df_ext_end() 245 return df_ext_iterator<T, SetTy>::end(G, S); in df_ext_end() 249 iterator_range<df_ext_iterator<T, SetTy>> depth_first_ext(const T& G, in depth_first_ext()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | LoopInfoImpl.h | 289 df_ext_iterator<BlockT *, df_iterator_default_set<BlockT *>> in verifyLoop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LiveIntervals.cpp | 659 for (df_ext_iterator<MachineBasicBlock*, VisitedTy> in pruneValue()
|
D | MachineVerifier.cpp | 2781 for (df_ext_iterator<const MachineFunction *, in verifyStackFrame()
|