Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DUnreachableBlockElim.cpp105 for (MachineBasicBlock *BB : depth_first_ext(&F, Reachable)) in runOnMachineFunction()
H A DLiveVariables.cpp637 for (MachineBasicBlock *MBB : depth_first_ext(Entry, Visited)) { in runOnMachineFunction()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileInference.h126 for (auto *BB : depth_first_ext(&F, Reachable))
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DDepthFirstIterator.h252 iterator_range<df_ext_iterator<T, SetTy>> depth_first_ext(const T& G, in depth_first_ext() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDependenceGraphBuilder.cpp85 for (auto I : depth_first_ext(N, Visited)) in createAndConnectRootNode()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DADCE.cpp280 for (auto *BB: depth_first_ext(&F.getEntryBlock(), State)) { in initialize()
/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DRegionUtils.cpp105 for (Block *block : depth_first_ext(&region->front(), reachable)) in eraseUnreachableBlocks()
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/
H A DSerializeOps.cpp48 for (Block *block : llvm::depth_first_ext(headerBlock, doneBlocks)) {
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp374 for (MachineBasicBlock *BB : depth_first_ext(Entry, Processed)) in runOnMachineFunction()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp128 for (BasicBlock *BB : depth_first_ext(&F, Reachable)) in EliminateUnreachableBlocks()
/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp69 auto DFS = llvm::depth_first_ext(&F->getEntryBlock(), Visited); in verifyDFSOrder()