Home
last modified time | relevance | path

Searched refs:depth_first (Results 1 – 25 of 38) sorted by relevance

12

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanCFG.h214 return depth_first(VPBlockShallowTraversalWrapper<VPBlockBase *>(G));
219 return depth_first(VPBlockShallowTraversalWrapper<const VPBlockBase *>(G));
226 return depth_first(VPBlockDeepTraversalWrapper<VPBlockBase *>(G));
231 return depth_first(VPBlockDeepTraversalWrapper<const VPBlockBase *>(G));
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DStackLifetime.cpp93 for (const BasicBlock *BB : depth_first(&F)) { in collectMarkers()
122 for (const BasicBlock *BB : depth_first(&F)) { in collectMarkers()
185 for (const BasicBlock *BB : depth_first(&F)) { in calculateLocalLiveness()
H A DLoopNestAnalysis.cpp245 for (Loop *L : depth_first(const_cast<Loop *>(Loops.front()))) { in getPerfectLoops()
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DGenericCycleImpl.h291 for (CycleT *Cycle : depth_first(SubTree)) in updateDepth()
415 for (const CycleT *Cycle : depth_first(TLC)) { in validateTree()
464 for (const CycleT *Cycle : depth_first(TLC)) { in print()
H A DDepthFirstIterator.h229 iterator_range<df_iterator<T>> depth_first(const T& G) { in depth_first() function
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp126 for (auto *DomNode : depth_first(&MDT)) { in recalculate()
165 for (auto *DomNode : depth_first(&MDT)) { in recalculate()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DStackColoring.cpp583 for (MachineBasicBlock *MBB : depth_first(MF)) { in dump()
673 for (MachineBasicBlock *MBB : depth_first(MF)) { in collectMarkers()
756 for (MachineBasicBlock *MBB : depth_first(MF)) { in collectMarkers()
H A DCFIInstrInserter.cpp424 for (auto *CurrMBB : depth_first(&MF)) { in verify()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp382 for (auto *Node : depth_first(Root)) { in insertCHI()
563 for (const BasicBlock *BB : depth_first(&F.getEntryBlock())) { in run()
1182 for (BasicBlock *BB : depth_first(&F.getEntryBlock())) { in hoistExpressions()
H A DLoopDataPrefetch.cpp226 for (Loop *L : depth_first(I)) in run()
H A DADCE.cpp310 for (auto *DFNode : depth_first(PDTChild)) in initialize()
H A DLoopLoadElimination.cpp640 for (Loop *L : depth_first(TopLevelLoop)) { in eliminateLoadsAcrossLoops()
H A DNaryReassociate.cpp225 for (const auto Node : depth_first(DT)) { in doOneIteration()
H A DStraightLineStrengthReduce.cpp722 for (const auto Node : depth_first(DT)) in runOnFunction()
H A DLoopDistribute.cpp978 for (Loop *L : depth_first(TopLevelLoop)) in runImpl()
H A DSeparateConstOffsetFromGEP.cpp1268 for (const auto Node : depth_first(DT)) { in reuniteExts()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FalkorHWPFFix.cpp139 for (Loop *LIt : depth_first(L)) in run()
830 for (MachineLoop *L : depth_first(I)) in runOnMachineFunction()
H A DAArch64ConditionOptimizer.cpp345 for (MachineDomTreeNode *I : depth_first(DomTree)) { in runOnMachineFunction()
H A DAArch64ConditionalCompares.cpp952 for (auto *I : depth_first(DomTree)) in runOnMachineFunction()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp267 for (Loop *L : depth_first(TopLevelLoop)) in runImpl()
H A DAssumeBundleBuilder.cpp402 for (BasicBlock *BB : depth_first(&F)) in dropRedundantKnowledge()
H A DPredicateInfo.cpp512 for (auto *DTN : depth_first(DT.getRootNode())) { in buildPredicateInfo()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUReplaceLDSUseWithPointer.cpp431 SmallVector<CallGraphNode *, 8> CGNStack(depth_first(KCGN)); in collectReachableCallees()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h342 for (BlockT *CB : depth_first(EntryBB)) in verifyLoop()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp579 for (BasicBlock *BB : depth_first(&Func)) { in visit()

12