Searched refs:depth_first_ext (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | UnreachableBlockElim.cpp | 109 for (MachineBasicBlock *BB : depth_first_ext(&F, Reachable)) in runOnMachineFunction()
|
H A D | BreakFalseDeps.cpp | 296 for (MachineBasicBlock *MBB : depth_first_ext(&mf, Reachable)) in runOnMachineFunction()
|
H A D | LiveVariables.cpp | 653 for (MachineBasicBlock *MBB : depth_first_ext(Entry, Visited)) { in analyze()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | SampleProfileInference.h | 168 for (auto *BB : depth_first_ext(&F, Reachable)) in apply()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | BlockCoverageInference.cpp | 241 auto Range = depth_first_ext(&Start, Visited); in getReachableAvoiding()
|
/freebsd/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/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | DependenceGraphBuilder.cpp | 85 for (auto I : depth_first_ext(N, Visited)) in createAndConnectRootNode()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | ADCE.cpp | 285 for (auto *BB: depth_first_ext(&F.getEntryBlock(), State)) { in initialize()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | GenericLoopInfoImpl.h | 330 for (BlockT *BB : depth_first_ext(getHeader(), VisitSet)) { in verifyLoop()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FloatingPoint.cpp | 373 for (MachineBasicBlock *BB : depth_first_ext(Entry, Processed)) in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BasicBlockUtils.cpp | 130 for (BasicBlock *BB : depth_first_ext(&F, Reachable)) in EliminateUnreachableBlocks()
|