Home
last modified time | relevance | path

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

12

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDVPlanCFG.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-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDStackLifetime.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()
HDLoopNestAnalysis.cpp245 for (Loop *L : depth_first(const_cast<Loop *>(Loops.front()))) { in getPerfectLoops()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDGenericCycleImpl.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()
HDDepthFirstIterator.h229 iterator_range<df_iterator<T>> depth_first(const T& G) { in depth_first() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyExceptionInfo.cpp128 for (auto *DomNode : depth_first(&MDT)) { in recalculate()
167 for (auto *DomNode : depth_first(&MDT)) { in recalculate()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDStackColoring.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()
HDCFIInstrInserter.cpp426 for (auto *CurrMBB : depth_first(&MF)) { in verify()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDGVNHoist.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()
HDLoopDataPrefetch.cpp226 for (Loop *L : depth_first(I)) in run()
HDADCE.cpp314 for (auto *DFNode : depth_first(PDTChild)) in initialize()
HDLoopLoadElimination.cpp663 for (Loop *L : depth_first(TopLevelLoop)) { in eliminateLoadsAcrossLoops()
HDNaryReassociate.cpp225 for (const auto Node : depth_first(DT)) { in doOneIteration()
HDLoopDistribute.cpp977 for (Loop *L : depth_first(TopLevelLoop)) in runImpl()
HDStraightLineStrengthReduce.cpp684 for (const auto Node : depth_first(DT)) in runOnFunction()
HDSeparateConstOffsetFromGEP.cpp1278 for (const auto Node : depth_first(DT)) { in reuniteExts()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDLoopVersioning.cpp268 for (Loop *L : depth_first(TopLevelLoop)) in runImpl()
HDAssumeBundleBuilder.cpp404 for (BasicBlock *BB : depth_first(&F)) in dropRedundantKnowledge()
HDPredicateInfo.cpp503 for (auto *DTN : depth_first(DT.getRootNode())) { in buildPredicateInfo()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64FalkorHWPFFix.cpp138 for (Loop *LIt : depth_first(L)) in run()
829 for (MachineLoop *L : depth_first(I)) in runOnMachineFunction()
HDAArch64ConditionOptimizer.cpp345 for (MachineDomTreeNode *I : depth_first(DomTree)) { in runOnMachineFunction()
HDAArch64ConditionalCompares.cpp951 for (auto *I : depth_first(DomTree)) in runOnMachineFunction()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDGenericLoopInfoImpl.h351 for (BlockT *CB : depth_first(EntryBB)) in verifyLoop()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86LowerAMXIntrinsics.cpp576 for (BasicBlock *BB : depth_first(&Func)) { in visit()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCLoopInstrFormPrep.cpp417 for (Loop *L : depth_first(I)) in runOnFunction()

12