Home
last modified time | relevance | path

Searched refs:df_end (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DPostDominators.h110 return df_end(getEntryNode(N));
114 return df_end(getEntryNode(N));
DRegionInfo.h596 block_iterator_wrapper() : super(df_end<value_type>((BlockT *)nullptr)) {}
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddominator_tree.h59 df_iterator df_end() { return df_iterator(); } in df_end() function
61 const_df_iterator df_end() const { return df_cend(); } in df_end() function
Dloop_descriptor.cpp584 make_range(node.df_begin(), node.df_end())) { in PopulateList()
/third_party/spirv-tools/source/opt/
Ddominator_tree.h59 df_iterator df_end() { return df_iterator(); } in df_end() function
61 const_df_iterator df_end() const { return df_cend(); } in df_end() function
Dloop_descriptor.cpp584 make_range(node.df_begin(), node.df_end())) { in PopulateList()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Ddominator_tree.h59 df_iterator df_end() { return df_iterator(); } in df_end() function
61 const_df_iterator df_end() const { return df_cend(); } in df_end() function
Dloop_descriptor.cpp584 make_range(node.df_begin(), node.df_end())) { in PopulateList()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDominators.h204 static nodes_iterator nodes_end(NodeRef N) { return df_end(getEntryNode(N)); }
225 return df_end(getEntryNode(N));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DDepthFirstIterator.h221 df_iterator<T> df_end(const T& G) { in df_end() function
228 return make_range(df_begin(G), df_end(G)); in depth_first()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FalkorHWPFFix.cpp141 for (auto LIt = df_begin(L), LE = df_end(L); LIt != LE; ++LIt) in run()
834 for (auto L = df_begin(I), LE = df_end(I); L != LE; ++L) in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopDataPrefetch.cpp207 for (auto L = df_begin(I), LE = df_end(I); L != LE; ++L) in run()
DGuardWidening.cpp295 for (auto DFI = df_begin(Root), DFE = df_end(Root); in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp332 E = df_end(&F.getEntryBlock()); I != E; ++I) { in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DHotColdSplitting.cpp469 auto SuccEnd = df_end(&SinkBB); in create()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCLoopInstrFormPrep.cpp302 for (auto L = df_begin(*I), LE = df_end(*I); L != LE; ++L) in runOnFunction()