reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/DepthFirstIterator.h
  228   return make_range(df_begin(G), df_end(G));
include/llvm/Analysis/PostDominators.h
  105       return df_end(getEntryNode(N));
  109     return df_end(getEntryNode(N));
include/llvm/Analysis/RegionInfo.h
  596     block_iterator_wrapper() : super(df_end<value_type>((BlockT *)nullptr)) {}
include/llvm/IR/Dominators.h
  225     return df_end(getEntryNode(N));
lib/Target/AArch64/AArch64FalkorHWPFFix.cpp
  140     for (auto LIt = df_begin(L), LE = df_end(L); LIt != LE; ++LIt)
  833     for (auto L = df_begin(I), LE = df_end(I); L != LE; ++L)
lib/Target/AMDGPU/SIAnnotateControlFlow.cpp
  331        E = df_end(&F.getEntryBlock()); I != E; ++I) {
lib/Target/PowerPC/PPCLoopPreIncPrep.cpp
  210     for (auto L = df_begin(*I), LE = df_end(*I); L != LE; ++L)
lib/Transforms/IPO/HotColdSplitting.cpp
  459     auto SuccEnd = df_end(&SinkBB);
lib/Transforms/Scalar/GuardWidening.cpp
  319   for (auto DFI = df_begin(Root), DFE = df_end(Root);
lib/Transforms/Scalar/LoopDataPrefetch.cpp
  206     for (auto L = df_begin(I), LE = df_end(I); L != LE; ++L)
tools/clang/include/clang/AST/StmtGraphTraits.h
   45     return df_end(S);
   71     return df_end(S);
tools/clang/include/clang/Analysis/Analyses/Dominators.h
  368     return nodes_iterator(df_end(getEntryNode(N)));
  383     return nodes_iterator(df_end(getEntryNode(N)));
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
  541       return df_end(G);