Home
last modified time | relevance | path

Searched refs:depth_first_ext (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DUnreachableBlockElim.cpp111 for (MachineBasicBlock *BB : depth_first_ext(&F, Reachable)) in runOnMachineFunction()
H A DLiveVariables.cpp641 for (MachineBasicBlock *MBB : depth_first_ext(Entry, Visited)) { in runOnMachineFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeVGPRLiveRange.cpp384 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 DDepthFirstIterator.h251 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 DDependenceGraphBuilder.cpp84 for (auto I : depth_first_ext(N, Visited)) in createAndConnectRootNode()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DADCE.cpp281 for (auto *BB: depth_first_ext(&F.getEntryBlock(), State)) { in initialize()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp374 for (MachineBasicBlock *BB : depth_first_ext(Entry, Processed)) in runOnMachineFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp123 for (BasicBlock *BB : depth_first_ext(&F, Reachable)) in EliminateUnreachableBlocks()