| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | SafeStackColoring.cpp | 106 for (BasicBlock *BB : depth_first(&F)) { in collectMarkers() 167 for (BasicBlock *BB : depth_first(&F)) { in calculateLocalLiveness()
|
| H A D | StackColoring.cpp | 552 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 D | CFIInstrInserter.cpp | 313 for (auto *CurrMBB : depth_first(&MF)) { in verify()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.cpp | 107 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 D | InstSimplifyPass.cpp | 37 for (BasicBlock *BB : depth_first(&F.getEntryBlock())) { in runImpl()
|
| H A D | GVNHoist.cpp | 271 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 D | NaryReassociate.cpp | 234 for (const auto Node : depth_first(DT)) { in doOneIteration()
|
| H A D | ADCE.cpp | 308 for (auto DFNode : depth_first(PDTChild)) in initialize()
|
| H A D | LoopLoadElimination.cpp | 591 for (Loop *L : depth_first(TopLevelLoop)) in eliminateLoadsAcrossLoops()
|
| H A D | StraightLineStrengthReduce.cpp | 712 for (const auto Node : depth_first(DT)) in runOnFunction()
|
| H A D | CorrelatedValuePropagation.cpp | 691 for (BasicBlock *BB : depth_first(&F.getEntryBlock())) { in runImpl()
|
| H A D | LoopDistribute.cpp | 971 for (Loop *L : depth_first(TopLevelLoop)) in runImpl()
|
| H A D | SeparateConstOffsetFromGEP.cpp | 1202 for (const auto Node : depth_first(DT)) { in reuniteExts()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64ConditionOptimizer.cpp | 346 for (MachineDomTreeNode *I : depth_first(DomTree)) { in runOnMachineFunction()
|
| H A D | AArch64ConditionalCompares.cpp | 954 for (auto *I : depth_first(DomTree)) in runOnMachineFunction()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | LoopVersioning.cpp | 275 for (Loop *L : depth_first(TopLevelLoop)) in runOnFunction()
|
| H A D | PredicateInfo.cpp | 462 for (auto DTN : depth_first(DT.getRootNode())) { in buildPredicateInfo()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | DepthFirstIterator.h | 228 iterator_range<df_iterator<T>> depth_first(const T& G) { in depth_first() function
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | LoopInfoImpl.h | 341 for (BlockT *CB : depth_first(EntryBB)) in verifyLoop()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | SIFoldOperands.cpp | 1126 for (MachineBasicBlock *MBB : depth_first(&MF)) { in runOnMachineFunction()
|
| H A D | AMDILCFGStructurizer.cpp | 1017 for (MachineLoop *ML : depth_first(It)) in loopendPatternMatch()
|
| /freebsd-12.1/contrib/llvm/tools/bugpoint/ |
| H A D | CrashDebugger.cpp | 397 for (auto *BB : depth_first(&F.getEntryBlock())) in simpleSimplifyCfg()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | LoopAccessAnalysis.cpp | 2348 for (Loop *L : depth_first(TopLevelLoop)) { in print()
|
| H A D | MemorySSA.cpp | 1408 for (const auto *DomNode : depth_first(DT->getRootNode())) in optimizeUses()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | DataFlowSanitizer.cpp | 917 SmallVector<BasicBlock *, 4> BBList(depth_first(&i->getEntryBlock())); in runOnModule()
|