Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtGraphTraits.h45 return df_end(S);
71 return df_end(S);
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDominators.h257 static nodes_iterator nodes_end(NodeRef N) { return df_end(getEntryNode(N)); }
279 return df_end(getEntryNode(N));
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DPostDominators.h112 return df_end(getEntryNode(N));
H A DRegionInfo.h592 block_iterator_wrapper() : super(df_end<value_type>((BlockT *)nullptr)) {}
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDepthFirstIterator.h227 df_iterator<T> df_end(const T& G) { in df_end() function
234 return make_range(df_begin(G), df_end(G)); in depth_first()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h522 return df_end(G);
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp345 E = df_end(&F->getEntryBlock()); in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp568 auto SuccEnd = df_end(&SinkBB); in create()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp344 for (auto DFI = df_begin(Root), DFE = df_end(Root); in run()