Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DSafeStackColoring.cpp106 for (BasicBlock *BB : depth_first(&F)) { in collectMarkers()
167 for (BasicBlock *BB : depth_first(&F)) { in calculateLocalLiveness()
H A DStackColoring.cpp552 for (MachineBasicBlock *MBB : depth_first(MF)) { in dump()
639 for (MachineBasicBlock *MBB : depth_first(MF)) { in collectMarkers()
711 for (MachineBasicBlock *MBB : depth_first(MF)) { in collectMarkers()
H A DCFIInstrInserter.cpp313 for (auto *CurrMBB : depth_first(&MF)) { in verify()
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp107 for (VPBlockBase *Block : depth_first(Entry)) in deleteCFG()
398 for (VPBlockBase *Block : depth_first(Entry)) in execute()
513 for (VPBlockBase *Block : depth_first(Plan.getEntry())) in dump()
594 for (const VPBlockBase *Block : depth_first(Region->getEntry())) in dumpRegion()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DInstSimplifyPass.cpp37 for (BasicBlock *BB : depth_first(&F.getEntryBlock())) { in runImpl()
H A DGVNHoist.cpp271 for (const BasicBlock *BB : depth_first(&F.getEntryBlock())) { in run()
677 for (auto Node : depth_first(Root)) { in insertCHI()
1087 for (BasicBlock *BB : depth_first(&F.getEntryBlock())) { in hoistExpressions()
H A DNaryReassociate.cpp234 for (const auto Node : depth_first(DT)) { in doOneIteration()
H A DADCE.cpp308 for (auto DFNode : depth_first(PDTChild)) in initialize()
H A DLoopLoadElimination.cpp591 for (Loop *L : depth_first(TopLevelLoop)) in eliminateLoadsAcrossLoops()
H A DStraightLineStrengthReduce.cpp712 for (const auto Node : depth_first(DT)) in runOnFunction()
H A DCorrelatedValuePropagation.cpp691 for (BasicBlock *BB : depth_first(&F.getEntryBlock())) { in runImpl()
H A DLoopDistribute.cpp971 for (Loop *L : depth_first(TopLevelLoop)) in runImpl()
H A DSeparateConstOffsetFromGEP.cpp1202 for (const auto Node : depth_first(DT)) { in reuniteExts()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ConditionOptimizer.cpp346 for (MachineDomTreeNode *I : depth_first(DomTree)) { in runOnMachineFunction()
H A DAArch64ConditionalCompares.cpp954 for (auto *I : depth_first(DomTree)) in runOnMachineFunction()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp275 for (Loop *L : depth_first(TopLevelLoop)) in runOnFunction()
H A DPredicateInfo.cpp462 for (auto DTN : depth_first(DT.getRootNode())) { in buildPredicateInfo()
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DDepthFirstIterator.h228 iterator_range<df_iterator<T>> depth_first(const T& G) { in depth_first() function
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h341 for (BlockT *CB : depth_first(EntryBB)) in verifyLoop()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp1126 for (MachineBasicBlock *MBB : depth_first(&MF)) { in runOnMachineFunction()
H A DAMDILCFGStructurizer.cpp1017 for (MachineLoop *ML : depth_first(It)) in loopendPatternMatch()
/freebsd-12.1/contrib/llvm/tools/bugpoint/
H A DCrashDebugger.cpp397 for (auto *BB : depth_first(&F.getEntryBlock())) in simpleSimplifyCfg()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2348 for (Loop *L : depth_first(TopLevelLoop)) { in print()
H A DMemorySSA.cpp1408 for (const auto *DomNode : depth_first(DT->getRootNode())) in optimizeUses()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp917 SmallVector<BasicBlock *, 4> BBList(depth_first(&i->getEntryBlock())); in runOnModule()

12