Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStackColoring.cpp105 for (BasicBlock *BB : depth_first(&F)) { in collectMarkers()
166 for (BasicBlock *BB : depth_first(&F)) { in calculateLocalLiveness()
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()
DCFIInstrInserter.cpp312 for (auto *CurrMBB : depth_first(&MF)) { in verify()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlan.cpp107 for (VPBlockBase *Block : depth_first(Entry)) in deleteCFG()
428 for (VPBlockBase *Block : depth_first(Entry)) in execute()
551 for (const VPBlockBase *Block : depth_first(Plan.getEntry())) in dump()
645 for (const VPBlockBase *Block : depth_first(Region->getEntry())) in dumpRegion()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVNHoist.cpp271 for (const BasicBlock *BB : depth_first(&F.getEntryBlock())) { in run()
677 for (auto Node : depth_first(Root)) { in insertCHI()
1090 for (BasicBlock *BB : depth_first(&F.getEntryBlock())) { in hoistExpressions()
DNaryReassociate.cpp234 for (const auto Node : depth_first(DT)) { in doOneIteration()
DADCE.cpp309 for (auto DFNode : depth_first(PDTChild)) in initialize()
DLoopLoadElimination.cpp612 for (Loop *L : depth_first(TopLevelLoop)) in eliminateLoadsAcrossLoops()
DStraightLineStrengthReduce.cpp716 for (const auto Node : depth_first(DT)) in runOnFunction()
DLoopDistribute.cpp984 for (Loop *L : depth_first(TopLevelLoop)) in runImpl()
DSeparateConstOffsetFromGEP.cpp1202 for (const auto Node : depth_first(DT)) { in reuniteExts()
DCorrelatedValuePropagation.cpp838 for (BasicBlock *BB : depth_first(&F.getEntryBlock())) { in runImpl()
DGVN.cpp2455 for (BasicBlock *CurrentBlock : depth_first(&F.getEntryBlock())) { in performPRE()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ConditionOptimizer.cpp346 for (MachineDomTreeNode *I : depth_first(DomTree)) { in runOnMachineFunction()
DAArch64ConditionalCompares.cpp953 for (auto *I : depth_first(DomTree)) in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopVersioning.cpp276 for (Loop *L : depth_first(TopLevelLoop)) in runOnFunction()
DPredicateInfo.cpp494 for (auto DTN : depth_first(DT.getRootNode())) { in buildPredicateInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DDepthFirstIterator.h227 iterator_range<df_iterator<T>> depth_first(const T& G) { in depth_first() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfoImpl.h325 for (BlockT *CB : depth_first(EntryBB)) in verifyLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDILCFGStructurizer.cpp1017 for (MachineLoop *ML : depth_first(It)) in loopendPatternMatch()
DSIFoldOperands.cpp1482 for (MachineBasicBlock *MBB : depth_first(&MF)) { in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp2418 for (Loop *L : depth_first(TopLevelLoop)) { in print()
DMemorySSA.cpp1488 for (const auto *DomNode : depth_first(DT->getRootNode())) in optimizeUses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp939 SmallVector<BasicBlock *, 4> BBList(depth_first(&i->getEntryBlock())); in runOnModule()
DAddressSanitizer.cpp928 for (BasicBlock *BB : depth_first(&F.getEntryBlock())) visit(*BB); in runOnFunction()

12