Home
last modified time | relevance | path

Searched refs:df_ext_end (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DDepthFirstIterator.h244 df_ext_iterator<T, SetTy> df_ext_end(const T& G, SetTy &S) { in df_ext_end() function
251 return make_range(df_ext_begin(G, S), df_ext_end(G, S)); in depth_first_ext()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfoImpl.h291 BE = df_ext_end(getHeader(), VisitSet); in verifyLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp1150 for (auto DFI = df_ext_begin(&MF, Reachable), DFE = df_ext_end(&MF, Reachable); in replaceFrameIndices()
DLiveIntervals.cpp660 I = df_ext_begin(Succ, Visited), E = df_ext_end(Succ, Visited); in pruneValue()
DMachineVerifier.cpp2783 DFI = df_ext_begin(MF, Reachable), DFE = df_ext_end(MF, Reachable); in verifyStackFrame()