| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanVerifier.cpp | 227 auto Iter = depth_first( in verifyPlanIsValid() 273 depth_first(VPBlockRecursiveTraversalWrapper<const VPBlockBase *>( in verifyPlanIsValid()
|
| H A D | VPlan.cpp | 191 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 D | VPlanTransforms.cpp | 105 auto Iter = depth_first( in sinkScalarOperands() 222 VPBlockUtils::blocksOnly<VPRegionBlock>(depth_first( in mergeReplicateRegions()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | StackLifetime.cpp | 94 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 D | LoopNestAnalysis.cpp | 245 for (Loop *L : depth_first(const_cast<Loop *>(Loops.front()))) { in getPerfectLoops()
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | GenericCycleImpl.h | 291 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 D | DepthFirstIterator.h | 230 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 D | WebAssemblyExceptionInfo.cpp | 126 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 D | VPlanTest.cpp | 349 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 D | PolyhedralInfo.cpp | 61 for (auto *L : depth_first(TopLevelLoop)) { in print()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | StackColoring.cpp | 583 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 D | CFIInstrInserter.cpp | 425 for (auto *CurrMBB : depth_first(&MF)) { in verify()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | GVNHoist.cpp | 382 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 D | LoopDataPrefetch.cpp | 226 for (Loop *L : depth_first(I)) in run()
|
| H A D | ADCE.cpp | 309 for (auto DFNode : depth_first(PDTChild)) in initialize()
|
| H A D | LoopLoadElimination.cpp | 623 for (Loop *L : depth_first(TopLevelLoop)) { in eliminateLoadsAcrossLoops()
|
| H A D | NaryReassociate.cpp | 225 for (const auto Node : depth_first(DT)) { in doOneIteration()
|
| H A D | StraightLineStrengthReduce.cpp | 722 for (const auto Node : depth_first(DT)) in runOnFunction()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64FalkorHWPFFix.cpp | 141 for (Loop *LIt : depth_first(L)) in run() 831 for (MachineLoop *L : depth_first(I)) in runOnMachineFunction()
|
| H A D | AArch64ConditionOptimizer.cpp | 345 for (MachineDomTreeNode *I : depth_first(DomTree)) { in runOnMachineFunction()
|
| H A D | AArch64ConditionalCompares.cpp | 953 for (auto *I : depth_first(DomTree)) in runOnMachineFunction()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | LoopVersioning.cpp | 267 for (Loop *L : depth_first(TopLevelLoop)) in runImpl()
|
| H A D | AssumeBundleBuilder.cpp | 402 for (BasicBlock *BB : depth_first(&F)) in dropRedundantKnowledge()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUReplaceLDSUseWithPointer.cpp | 431 SmallVector<CallGraphNode *, 8> CGNStack(depth_first(KCGN)); in collectReachableCallees()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | LoopInfoImpl.h | 330 for (BlockT *CB : depth_first(EntryBB)) in verifyLoop()
|