Searched refs:df_begin (Results 1 – 14 of 14) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtGraphTraits.h | 41 return df_begin(S); 67 return df_begin(S);
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | Dominators.h | 292 return nodes_iterator(df_begin(getEntryNode(N))); 307 return nodes_iterator(df_begin(getEntryNode(N)));
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Dominators.h | 222 return df_begin(getEntryNode(N)); 243 return df_begin(getEntryNode(N));
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPULDSUtils.cpp | 63 SmallVector<CallGraphNode *, 8> CGNStack(df_begin(KCGN), df_end(KCGN)); in collectReachableCallees() 83 CGNStack.append(df_begin(ACGN), df_end(ACGN)); in collectReachableCallees()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | PostDominators.h | 106 return df_begin(getEntryNode(N));
|
| H A D | RegionInfo.h | 586 : super(df_begin(Entry)) {
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | DepthFirstIterator.h | 218 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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FalkorHWPFFix.cpp | 141 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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIAnnotateControlFlow.cpp | 331 for (df_iterator<BasicBlock *> I = df_begin(&F.getEntryBlock()), in runOnFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopDataPrefetch.cpp | 223 for (auto L = df_begin(I), LE = df_end(I); L != LE; ++L) in run()
|
| H A D | GuardWidening.cpp | 295 for (auto DFI = df_begin(Root), DFE = df_end(Root); in run()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ExplodedGraph.h | 537 return df_begin(G);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | HotColdSplitting.cpp | 521 auto SuccIt = ++df_begin(&SinkBB); in create()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCLoopInstrFormPrep.cpp | 303 for (auto L = df_begin(*I), LE = df_end(*I); L != LE; ++L) in runOnFunction()
|