Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtGraphTraits.h45 return df_end(S);
71 return df_end(S);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DPostDominators.h108 return df_end(getEntryNode(N));
112 return df_end(getEntryNode(N));
H A DRegionInfo.h594 block_iterator_wrapper() : super(df_end<value_type>((BlockT *)nullptr)) {}
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DDominators.h296 return nodes_iterator(df_end(getEntryNode(N)));
311 return nodes_iterator(df_end(getEntryNode(N)));
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDominators.h225 static nodes_iterator nodes_end(NodeRef N) { return df_end(getEntryNode(N)); }
247 return df_end(getEntryNode(N));
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FalkorHWPFFix.cpp141 for (auto LIt = df_begin(L), LE = df_end(L); LIt != LE; ++LIt) in run()
831 for (auto L = df_begin(I), LE = df_end(I); L != LE; ++L) in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp221 for (auto L = df_begin(I), LE = df_end(I); L != LE; ++L) in run()
H A DGuardWidening.cpp295 for (auto DFI = df_begin(Root), DFE = df_end(Root); in run()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp331 E = df_end(&F.getEntryBlock()); I != E; ++I) { in runOnFunction()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h541 return df_end(G);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp521 auto SuccEnd = df_end(&SinkBB); in create()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp303 for (auto L = df_begin(*I), LE = df_end(*I); L != LE; ++L) in runOnFunction()