| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | StackLifetime.cpp | 99 for (const BasicBlock *BB : depth_first(&F)) { in collectMarkers() 128 for (const BasicBlock *BB : depth_first(&F)) { in collectMarkers() 185 for (const BasicBlock *BB : depth_first(&F)) { in calculateLocalLiveness()
|
| H A D | LoopNestAnalysis.cpp | 165 for (Loop *L : depth_first(const_cast<Loop *>(Loops.front()))) { in getPerfectLoops()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanTransforms.cpp | 104 auto Iter = depth_first( in sinkScalarOperands() 190 VPBlockUtils::blocksOnly<VPRegionBlock>(depth_first( in mergeReplicateRegions()
|
| H A D | VPlan.cpp | 214 SmallVector<VPBlockBase *, 8> Blocks(depth_first(Entry)); in deleteCFG() 442 for (VPBlockBase *Block : depth_first(Entry)) in dropAllReferences() 502 for (auto *BlockBase : depth_first(Entry)) { in print() 815 for (VPBlockBase *Block : depth_first(Entry)) in execute() 865 for (const VPBlockBase *Block : depth_first(getEntry())) { in print() 952 for (const VPBlockBase *Block : depth_first(Plan.getEntry())) in dump() 1037 for (const VPBlockBase *Block : depth_first(Region->getEntry())) in dumpRegion()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyExceptionInfo.cpp | 125 for (auto *DomNode : depth_first(&MDT)) { in recalculate() 164 for (auto *DomNode : depth_first(&MDT)) { in recalculate()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | StackColoring.cpp | 585 for (MachineBasicBlock *MBB : depth_first(MF)) { in dump() 675 for (MachineBasicBlock *MBB : depth_first(MF)) { in collectMarkers() 756 for (MachineBasicBlock *MBB : depth_first(MF)) { in collectMarkers()
|
| H A D | CFIInstrInserter.cpp | 427 for (auto *CurrMBB : depth_first(&MF)) { in verify()
|
| H A D | MachineSink.cpp | 1152 for (MachineBasicBlock *BB : depth_first(From)) { in hasStoreBetween()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | GVNHoist.cpp | 381 for (auto Node : depth_first(Root)) { in insertCHI() 561 for (const BasicBlock *BB : depth_first(&F.getEntryBlock())) { in run() 1176 for (BasicBlock *BB : depth_first(&F.getEntryBlock())) { in hoistExpressions()
|
| H A D | ADCE.cpp | 310 for (auto DFNode : depth_first(PDTChild)) in initialize()
|
| H A D | LoopLoadElimination.cpp | 624 for (Loop *L : depth_first(TopLevelLoop)) { in eliminateLoadsAcrossLoops()
|
| H A D | NaryReassociate.cpp | 225 for (const auto Node : depth_first(DT)) { in doOneIteration()
|
| H A D | StraightLineStrengthReduce.cpp | 731 for (const auto Node : depth_first(DT)) in runOnFunction()
|
| H A D | LoopDistribute.cpp | 982 for (Loop *L : depth_first(TopLevelLoop)) in runImpl()
|
| H A D | SeparateConstOffsetFromGEP.cpp | 1259 for (const auto Node : depth_first(DT)) { in reuniteExts()
|
| H A D | CorrelatedValuePropagation.cpp | 1024 for (BasicBlock *BB : depth_first(&F.getEntryBlock())) { in runImpl()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | DepthFirstIterator.h | 229 iterator_range<df_iterator<T>> depth_first(const T& G) { in depth_first() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ConditionOptimizer.cpp | 345 for (MachineDomTreeNode *I : depth_first(DomTree)) { in runOnMachineFunction()
|
| H A D | AArch64ConditionalCompares.cpp | 953 for (auto *I : depth_first(DomTree)) in runOnMachineFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopVersioning.cpp | 268 for (Loop *L : depth_first(TopLevelLoop)) in runImpl()
|
| H A D | AssumeBundleBuilder.cpp | 402 for (BasicBlock *BB : depth_first(&F)) in dropRedundantKnowledge()
|
| H A D | PredicateInfo.cpp | 520 for (auto DTN : depth_first(DT.getRootNode())) { in buildPredicateInfo()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LoopInfoImpl.h | 332 for (BlockT *CB : depth_first(EntryBB)) in verifyLoop()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86LowerAMXIntrinsics.cpp | 579 for (BasicBlock *BB : depth_first(&Func)) { in visit()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/bugpoint/ |
| H A D | CrashDebugger.cpp | 406 for (auto *BB : depth_first(&F.getEntryBlock())) in simpleSimplifyCfg()
|