Searched refs:depth_first_ext (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | UnreachableBlockElim.cpp | 111 for (MachineBasicBlock *BB : depth_first_ext(&F, Reachable)) in runOnMachineFunction()
|
| H A D | LiveVariables.cpp | 641 for (MachineBasicBlock *MBB : depth_first_ext(Entry, Visited)) { in runOnMachineFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIOptimizeVGPRLiveRange.cpp | 384 for (MachineBasicBlock *MBB : depth_first_ext(ThenEntry, Visited)) { in updateLiveRangeInThenRegion() 406 for (MachineBasicBlock *MBB : depth_first_ext(ThenEntry, Visited)) { in updateLiveRangeInThenRegion()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | DepthFirstIterator.h | 251 iterator_range<df_ext_iterator<T, SetTy>> depth_first_ext(const T& G, in depth_first_ext() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | DependenceGraphBuilder.cpp | 84 for (auto I : depth_first_ext(N, Visited)) in createAndConnectRootNode()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | ADCE.cpp | 281 for (auto *BB: depth_first_ext(&F.getEntryBlock(), State)) { in initialize()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FloatingPoint.cpp | 374 for (MachineBasicBlock *BB : depth_first_ext(Entry, Processed)) in runOnMachineFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | BasicBlockUtils.cpp | 123 for (BasicBlock *BB : depth_first_ext(&F, Reachable)) in EliminateUnreachableBlocks()
|