/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanCFG.h | 215 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/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | StackLifetime.cpp | 93 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()
|
H A D | LoopNestAnalysis.cpp | 245 for (Loop *L : depth_first(const_cast<Loop *>(Loops.front()))) { in getPerfectLoops()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | GenericCycleImpl.h | 323 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()
|
H A D | DepthFirstIterator.h | 229 iterator_range<df_iterator<T>> depth_first(const T& G) { in depth_first() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyExceptionInfo.cpp | 128 for (auto *DomNode : depth_first(&MDT)) { in recalculate() 167 for (auto *DomNode : depth_first(&MDT)) { in recalculate()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | StackColoring.cpp | 550 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()
|
H A D | CFIInstrInserter.cpp | 426 for (auto *CurrMBB : depth_first(&MF)) { in verify()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | GVNHoist.cpp | 367 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()
|
H A D | LoopDataPrefetch.cpp | 226 for (Loop *L : depth_first(I)) in run()
|
H A D | ADCE.cpp | 314 for (auto *DFNode : depth_first(PDTChild)) in initialize()
|
H A D | LoopLoadElimination.cpp | 663 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 | LoopDistribute.cpp | 977 for (Loop *L : depth_first(TopLevelLoop)) in runImpl()
|
H A D | StraightLineStrengthReduce.cpp | 684 for (const auto Node : depth_first(DT)) in runOnFunction()
|
H A D | SeparateConstOffsetFromGEP.cpp | 1278 for (const auto Node : depth_first(DT)) { in reuniteExts()
|
/freebsd/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 | 404 for (BasicBlock *BB : depth_first(&F)) in dropRedundantKnowledge()
|
H A D | PredicateInfo.cpp | 503 for (auto *DTN : depth_first(DT.getRootNode())) { in buildPredicateInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FalkorHWPFFix.cpp | 138 for (Loop *LIt : depth_first(L)) in run() 829 for (MachineLoop *L : depth_first(I)) in runOnMachineFunction()
|
H A D | AArch64ConditionOptimizer.cpp | 345 for (MachineDomTreeNode *I : depth_first(DomTree)) { in runOnMachineFunction()
|
H A D | AArch64ConditionalCompares.cpp | 951 for (auto *I : depth_first(DomTree)) in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | GenericLoopInfoImpl.h | 351 for (BlockT *CB : depth_first(EntryBB)) in verifyLoop()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LowerAMXIntrinsics.cpp | 576 for (BasicBlock *BB : depth_first(&Func)) { in visit()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | PartialInlining.cpp | 1183 for (BasicBlock *BB : depth_first(&ClonedFunc->getEntryBlock())) in doSingleRegionFunctionOutlining()
|