Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanVerifier.cpp227 auto Iter = depth_first( in verifyPlanIsValid()
273 depth_first(VPBlockRecursiveTraversalWrapper<const VPBlockBase *>( in verifyPlanIsValid()
H A DVPlan.cpp191 SmallVector<VPBlockBase *, 8> Blocks(depth_first(Entry)); in deleteCFG()
500 for (VPBlockBase *Block : depth_first(Entry)) in dropAllReferences()
561 for (auto *BlockBase : depth_first(Entry)) { in print()
678 for (VPBlockBase *Block : depth_first(Entry)) in execute()
764 for (const VPBlockBase *Block : depth_first(getEntry())) { in print()
866 for (const VPBlockBase *Block : depth_first(Plan.getEntry())) in dump()
951 for (const VPBlockBase *Block : depth_first(Region->getEntry())) in dumpRegion()
H A DVPlanTransforms.cpp105 auto Iter = depth_first( in sinkScalarOperands()
222 VPBlockUtils::blocksOnly<VPRegionBlock>(depth_first( in mergeReplicateRegions()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DStackLifetime.cpp94 for (const BasicBlock *BB : depth_first(&F)) { in collectMarkers()
123 for (const BasicBlock *BB : depth_first(&F)) { in collectMarkers()
180 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()
/llvm-project-15.0.7/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.h230 iterator_range<df_iterator<T>> depth_first(const T& G) { in depth_first() function
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/unittests/Transforms/Vectorize/
H A DVPlanTest.cpp349 SmallVector<const VPBlockBase *> FromIterator(depth_first(Start)); in TEST()
412 copy(VPBlockUtils::blocksOnly<const VPBasicBlock>(depth_first(Start)), in TEST()
424 VPBlockUtils::blocksOnly<VPRegionBlock>(depth_first(Start))); in TEST()
496 SmallVector<VPBlockBase *> FromIterator(depth_first(Start)); in TEST()
553 SmallVector<VPBlockBase *> FromIterator(depth_first(Start)); in TEST()
613 SmallVector<VPBlockBase *> FromIterator(depth_first(Start)); in TEST()
624 copy(VPBlockUtils::blocksOnly<VPBasicBlock>(depth_first(Start)), in TEST()
/llvm-project-15.0.7/polly/lib/Analysis/
H A DPolyhedralInfo.cpp61 for (auto *L : depth_first(TopLevelLoop)) { in print()
/llvm-project-15.0.7/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.cpp425 for (auto *CurrMBB : depth_first(&MF)) { in verify()
/llvm-project-15.0.7/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.cpp309 for (auto DFNode : depth_first(PDTChild)) in initialize()
H A DLoopLoadElimination.cpp623 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()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64FalkorHWPFFix.cpp141 for (Loop *LIt : depth_first(L)) in run()
831 for (MachineLoop *L : depth_first(I)) in runOnMachineFunction()
H A DAArch64ConditionOptimizer.cpp345 for (MachineDomTreeNode *I : depth_first(DomTree)) { in runOnMachineFunction()
H A DAArch64ConditionalCompares.cpp953 for (auto *I : depth_first(DomTree)) in runOnMachineFunction()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUReplaceLDSUseWithPointer.cpp431 SmallVector<CallGraphNode *, 8> CGNStack(depth_first(KCGN)); in collectReachableCallees()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h330 for (BlockT *CB : depth_first(EntryBB)) in verifyLoop()

12