Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtGraphTraits.h41 return df_begin(S);
67 return df_begin(S);
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DDominators.h292 return nodes_iterator(df_begin(getEntryNode(N)));
307 return nodes_iterator(df_begin(getEntryNode(N)));
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDominators.h222 return df_begin(getEntryNode(N));
243 return df_begin(getEntryNode(N));
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DDepthFirstIterator.h218 df_iterator<T> df_begin(const T& G) { in df_begin() function
230 return make_range(df_begin(G), df_end(G)); in depth_first()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DPostDominators.h106 return df_begin(getEntryNode(N));
H A DRegionInfo.h586 : super(df_begin(Entry)) {
/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.cpp330 for (df_iterator<BasicBlock *> I = df_begin(&F.getEntryBlock()), in runOnFunction()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h537 return df_begin(G);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp520 auto SuccIt = ++df_begin(&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()