Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanCFG.h215 return depth_first(VPBlockShallowTraversalWrapper<VPBlockBase *>(G));
220 return depth_first(VPBlockShallowTraversalWrapper<const VPBlockBase *>(G));
227 return depth_first(VPBlockDeepTraversalWrapper<VPBlockBase *>(G));
232 return depth_first(VPBlockDeepTraversalWrapper<const VPBlockBase *>(G));
/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleImpl.h323 for (CycleT *Cycle : depth_first(SubTree)) in updateDepth()
486 for (const CycleT *Cycle : depth_first(TLC)) { in validateTree()
535 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
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp128 for (auto *DomNode : depth_first(&MDT)) { in recalculate()
167 for (auto *DomNode : depth_first(&MDT)) { in recalculate()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp550 for (MachineBasicBlock *MBB : depth_first(MF)) { in dump()
637 for (MachineBasicBlock *MBB : depth_first(MF)) { in collectMarkers()
723 for (MachineBasicBlock *MBB : depth_first(MF)) { in collectMarkers()
H A DCFIInstrInserter.cpp426 for (auto *CurrMBB : depth_first(&MF)) { in verify()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp367 for (auto *Node : depth_first(Root)) { in insertCHI()
515 for (const BasicBlock *BB : depth_first(&F.getEntryBlock())) { in run()
1147 for (BasicBlock *BB : depth_first(&F.getEntryBlock())) { in hoistExpressions()
H A DLoopDataPrefetch.cpp226 for (Loop *L : depth_first(I)) in run()
H A DADCE.cpp314 for (auto *DFNode : depth_first(PDTChild)) in initialize()
H A DLoopLoadElimination.cpp663 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.cpp684 for (const auto Node : depth_first(DT)) in runOnFunction()
H A DSeparateConstOffsetFromGEP.cpp1278 for (const auto Node : depth_first(DT)) { in reuniteExts()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp268 for (Loop *L : depth_first(TopLevelLoop)) in runImpl()
H A DAssumeBundleBuilder.cpp404 for (BasicBlock *BB : depth_first(&F)) in dropRedundantKnowledge()
H A DPredicateInfo.cpp503 for (auto *DTN : depth_first(DT.getRootNode())) { in buildPredicateInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FalkorHWPFFix.cpp138 for (Loop *LIt : depth_first(L)) in run()
829 for (MachineLoop *L : depth_first(I)) in runOnMachineFunction()
H A DAArch64ConditionOptimizer.cpp345 for (MachineDomTreeNode *I : depth_first(DomTree)) { in runOnMachineFunction()
H A DAArch64ConditionalCompares.cpp951 for (auto *I : depth_first(DomTree)) in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfoImpl.h351 for (BlockT *CB : depth_first(EntryBB)) in verifyLoop()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp576 for (BasicBlock *BB : depth_first(&Func)) { in visit()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp1183 for (BasicBlock *BB : depth_first(&ClonedFunc->getEntryBlock())) in doSingleRegionFunctionOutlining()

12