Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DStackLifetime.cpp99 for (const BasicBlock *BB : depth_first(&F)) { in collectMarkers()
128 for (const BasicBlock *BB : depth_first(&F)) { in collectMarkers()
185 for (const BasicBlock *BB : depth_first(&F)) { in calculateLocalLiveness()
H A DLoopNestAnalysis.cpp165 for (Loop *L : depth_first(const_cast<Loop *>(Loops.front()))) { in getPerfectLoops()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp104 auto Iter = depth_first( in sinkScalarOperands()
190 VPBlockUtils::blocksOnly<VPRegionBlock>(depth_first( in mergeReplicateRegions()
H A DVPlan.cpp214 SmallVector<VPBlockBase *, 8> Blocks(depth_first(Entry)); in deleteCFG()
442 for (VPBlockBase *Block : depth_first(Entry)) in dropAllReferences()
502 for (auto *BlockBase : depth_first(Entry)) { in print()
815 for (VPBlockBase *Block : depth_first(Entry)) in execute()
865 for (const VPBlockBase *Block : depth_first(getEntry())) { in print()
952 for (const VPBlockBase *Block : depth_first(Plan.getEntry())) in dump()
1037 for (const VPBlockBase *Block : depth_first(Region->getEntry())) in dumpRegion()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp125 for (auto *DomNode : depth_first(&MDT)) { in recalculate()
164 for (auto *DomNode : depth_first(&MDT)) { in recalculate()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp585 for (MachineBasicBlock *MBB : depth_first(MF)) { in dump()
675 for (MachineBasicBlock *MBB : depth_first(MF)) { in collectMarkers()
756 for (MachineBasicBlock *MBB : depth_first(MF)) { in collectMarkers()
H A DCFIInstrInserter.cpp427 for (auto *CurrMBB : depth_first(&MF)) { in verify()
H A DMachineSink.cpp1152 for (MachineBasicBlock *BB : depth_first(From)) { in hasStoreBetween()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp381 for (auto Node : depth_first(Root)) { in insertCHI()
561 for (const BasicBlock *BB : depth_first(&F.getEntryBlock())) { in run()
1176 for (BasicBlock *BB : depth_first(&F.getEntryBlock())) { in hoistExpressions()
H A DADCE.cpp310 for (auto DFNode : depth_first(PDTChild)) in initialize()
H A DLoopLoadElimination.cpp624 for (Loop *L : depth_first(TopLevelLoop)) { in eliminateLoadsAcrossLoops()
H A DNaryReassociate.cpp225 for (const auto Node : depth_first(DT)) { in doOneIteration()
H A DStraightLineStrengthReduce.cpp731 for (const auto Node : depth_first(DT)) in runOnFunction()
H A DLoopDistribute.cpp982 for (Loop *L : depth_first(TopLevelLoop)) in runImpl()
H A DSeparateConstOffsetFromGEP.cpp1259 for (const auto Node : depth_first(DT)) { in reuniteExts()
H A DCorrelatedValuePropagation.cpp1024 for (BasicBlock *BB : depth_first(&F.getEntryBlock())) { in runImpl()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDepthFirstIterator.h229 iterator_range<df_iterator<T>> depth_first(const T& G) { in depth_first() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ConditionOptimizer.cpp345 for (MachineDomTreeNode *I : depth_first(DomTree)) { in runOnMachineFunction()
H A DAArch64ConditionalCompares.cpp953 for (auto *I : depth_first(DomTree)) in runOnMachineFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp268 for (Loop *L : depth_first(TopLevelLoop)) in runImpl()
H A DAssumeBundleBuilder.cpp402 for (BasicBlock *BB : depth_first(&F)) in dropRedundantKnowledge()
H A DPredicateInfo.cpp520 for (auto DTN : depth_first(DT.getRootNode())) { in buildPredicateInfo()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h332 for (BlockT *CB : depth_first(EntryBB)) in verifyLoop()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp579 for (BasicBlock *BB : depth_first(&Func)) { in visit()
/freebsd-13.1/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp406 for (auto *BB : depth_first(&F.getEntryBlock())) in simpleSimplifyCfg()

12