Searched refs:depth_first (Results 1 – 25 of 29) sorted by relevance
12
105 for (BasicBlock *BB : depth_first(&F)) { in collectMarkers()166 for (BasicBlock *BB : depth_first(&F)) { in calculateLocalLiveness()
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()
312 for (auto *CurrMBB : depth_first(&MF)) { in verify()
107 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()
271 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()
234 for (const auto Node : depth_first(DT)) { in doOneIteration()
309 for (auto DFNode : depth_first(PDTChild)) in initialize()
612 for (Loop *L : depth_first(TopLevelLoop)) in eliminateLoadsAcrossLoops()
716 for (const auto Node : depth_first(DT)) in runOnFunction()
984 for (Loop *L : depth_first(TopLevelLoop)) in runImpl()
1202 for (const auto Node : depth_first(DT)) { in reuniteExts()
838 for (BasicBlock *BB : depth_first(&F.getEntryBlock())) { in runImpl()
2455 for (BasicBlock *CurrentBlock : depth_first(&F.getEntryBlock())) { in performPRE()
346 for (MachineDomTreeNode *I : depth_first(DomTree)) { in runOnMachineFunction()
953 for (auto *I : depth_first(DomTree)) in runOnMachineFunction()
276 for (Loop *L : depth_first(TopLevelLoop)) in runOnFunction()
494 for (auto DTN : depth_first(DT.getRootNode())) { in buildPredicateInfo()
227 iterator_range<df_iterator<T>> depth_first(const T& G) { in depth_first() function
325 for (BlockT *CB : depth_first(EntryBB)) in verifyLoop()
1017 for (MachineLoop *ML : depth_first(It)) in loopendPatternMatch()
1482 for (MachineBasicBlock *MBB : depth_first(&MF)) { in runOnMachineFunction()
2418 for (Loop *L : depth_first(TopLevelLoop)) { in print()
1488 for (const auto *DomNode : depth_first(DT->getRootNode())) in optimizeUses()
939 SmallVector<BasicBlock *, 4> BBList(depth_first(&i->getEntryBlock())); in runOnModule()
928 for (BasicBlock *BB : depth_first(&F.getEntryBlock())) visit(*BB); in runOnFunction()