Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanCFG.h217 return depth_first(VPBlockShallowTraversalWrapper<VPBlockBase *>(G));
222 return depth_first(VPBlockShallowTraversalWrapper<const VPBlockBase *>(G));
237 return depth_first(VPBlockDeepTraversalWrapper<VPBlockBase *>(G));
242 return depth_first(VPBlockDeepTraversalWrapper<const VPBlockBase *>(G));
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleImpl.h176 for (BlockT *CB : depth_first(EntryBB)) in verifyCycle()
439 for (CycleT *Cycle : depth_first(SubTree)) in updateDepth()
586 for (CycleT *Cycle : depth_first(TopCycle)) { in verifyCycleNest()
613 for (const CycleT *Cycle : depth_first(TLC)) { in print()
H A DDepthFirstIterator.h233 iterator_range<df_iterator<T>> depth_first(const T& G) { in depth_first() function
/freebsd/contrib/llvm-project/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()
H A DIR2Vec.cpp204 for (const BasicBlock *BB : depth_first(&F)) { in computeEmbeddings()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp127 for (auto *DomNode : depth_first(&MDT)) { in recalculate()
166 for (auto *DomNode : depth_first(&MDT)) { in recalculate()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp555 for (MachineBasicBlock *MBB : depth_first(MF)) { in dump()
642 for (MachineBasicBlock *MBB : depth_first(MF)) { in collectMarkers()
728 for (MachineBasicBlock *MBB : depth_first(MF)) { in collectMarkers()
H A DCFIInstrInserter.cpp449 for (auto *CurrMBB : depth_first(&MF)) { in verify()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp366 for (auto *Node : depth_first(Root)) { in insertCHI()
514 for (const BasicBlock *BB : depth_first(&F.getEntryBlock())) { in run()
1145 for (BasicBlock *BB : depth_first(&F.getEntryBlock())) { in hoistExpressions()
H A DLoopDataPrefetch.cpp225 for (Loop *L : depth_first(I)) in run()
H A DADCE.cpp314 for (auto *DFNode : depth_first(PDTChild)) in initialize()
H A DLoopLoadElimination.cpp659 for (Loop *L : depth_first(TopLevelLoop)) { in eliminateLoadsAcrossLoops()
H A DNaryReassociate.cpp225 for (const auto Node : depth_first(DT)) { in doOneIteration()
H A DLoopDistribute.cpp977 for (Loop *L : depth_first(TopLevelLoop)) in runImpl()
H A DStraightLineStrengthReduce.cpp691 for (const auto Node : depth_first(DT)) in runOnFunction()
H A DSeparateConstOffsetFromGEP.cpp1339 for (const auto Node : depth_first(DT)) { in reuniteExts()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FalkorHWPFFix.cpp135 for (Loop *LIt : depth_first(L)) in run()
823 for (MachineLoop *L : depth_first(I)) in runOnMachineFunction()
H A DAArch64ConditionOptimizer.cpp343 for (MachineDomTreeNode *I : depth_first(DomTree)) { in runOnMachineFunction()
H A DAArch64ConditionalCompares.cpp950 for (auto *I : depth_first(DomTree)) in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFixIrreducible.cpp332 for (Cycle *C : depth_first(TopCycle)) { in FixIrreducibleImpl()
H A DLoopVersioning.cpp276 for (Loop *L : depth_first(TopLevelLoop)) in runImpl()
H A DAssumeBundleBuilder.cpp404 for (BasicBlock *BB : depth_first(&F)) in dropRedundantKnowledge()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfoImpl.h362 for (BlockT *CB : depth_first(EntryBB)) in verifyLoop()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp574 for (BasicBlock *BB : depth_first(&Func)) { in visit()

12