Searched refs:depth_first (Results 1 – 25 of 38) sorted by relevance
12
214 return depth_first(VPBlockShallowTraversalWrapper<VPBlockBase *>(G));219 return depth_first(VPBlockShallowTraversalWrapper<const VPBlockBase *>(G));226 return depth_first(VPBlockDeepTraversalWrapper<VPBlockBase *>(G));231 return depth_first(VPBlockDeepTraversalWrapper<const VPBlockBase *>(G));
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()
245 for (Loop *L : depth_first(const_cast<Loop *>(Loops.front()))) { in getPerfectLoops()
291 for (CycleT *Cycle : depth_first(SubTree)) in updateDepth()415 for (const CycleT *Cycle : depth_first(TLC)) { in validateTree()464 for (const CycleT *Cycle : depth_first(TLC)) { in print()
229 iterator_range<df_iterator<T>> depth_first(const T& G) { in depth_first() function
126 for (auto *DomNode : depth_first(&MDT)) { in recalculate()165 for (auto *DomNode : depth_first(&MDT)) { in recalculate()
583 for (MachineBasicBlock *MBB : depth_first(MF)) { in dump()673 for (MachineBasicBlock *MBB : depth_first(MF)) { in collectMarkers()756 for (MachineBasicBlock *MBB : depth_first(MF)) { in collectMarkers()
424 for (auto *CurrMBB : depth_first(&MF)) { in verify()
382 for (auto *Node : depth_first(Root)) { in insertCHI()563 for (const BasicBlock *BB : depth_first(&F.getEntryBlock())) { in run()1182 for (BasicBlock *BB : depth_first(&F.getEntryBlock())) { in hoistExpressions()
226 for (Loop *L : depth_first(I)) in run()
310 for (auto *DFNode : depth_first(PDTChild)) in initialize()
225 for (const auto Node : depth_first(DT)) { in doOneIteration()
640 for (Loop *L : depth_first(TopLevelLoop)) { in eliminateLoadsAcrossLoops()
978 for (Loop *L : depth_first(TopLevelLoop)) in runImpl()
722 for (const auto Node : depth_first(DT)) in runOnFunction()
1268 for (const auto Node : depth_first(DT)) { in reuniteExts()
139 for (Loop *LIt : depth_first(L)) in run()830 for (MachineLoop *L : depth_first(I)) in runOnMachineFunction()
345 for (MachineDomTreeNode *I : depth_first(DomTree)) { in runOnMachineFunction()
952 for (auto *I : depth_first(DomTree)) in runOnMachineFunction()
267 for (Loop *L : depth_first(TopLevelLoop)) in runImpl()
402 for (BasicBlock *BB : depth_first(&F)) in dropRedundantKnowledge()
512 for (auto *DTN : depth_first(DT.getRootNode())) { in buildPredicateInfo()
431 SmallVector<CallGraphNode *, 8> CGNStack(depth_first(KCGN)); in collectReachableCallees()
342 for (BlockT *CB : depth_first(EntryBB)) in verifyLoop()
579 for (BasicBlock *BB : depth_first(&Func)) { in visit()