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.h252 static nodes_iterator nodes_end(NodeRef N) { return df_end(getEntryNode(N)); }
274 return df_end(getEntryNode(N));
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DPostDominators.h111 return df_end(getEntryNode(N));
H A DRegionInfo.h594 block_iterator_wrapper() : super(df_end<value_type>((BlockT *)nullptr)) {}
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDepthFirstIterator.h223 df_iterator<T> df_end(const T& G) { in df_end() function
230 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.h536 return df_end(G);
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp362 E = df_end(&F.getEntryBlock()); I != E; ++I) { in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp569 auto SuccEnd = df_end(&SinkBB); in create()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp345 for (auto DFI = df_begin(Root), DFE = df_end(Root); in run()