Searched refs:depth_first (Results 1 – 12 of 12) sorted by relevance
63 for (BasicBlock *BB : depth_first(&F.getEntryBlock())) in runOnFunction()
197 for (MachineBasicBlock *MBB : depth_first(MF)) { in dump()234 for (MachineBasicBlock *MBB : depth_first(MF)) { in collectMarkers()
211 iterator_range<df_iterator<T>> depth_first(const T& G) { in depth_first() function
317 for (MachineDomTreeNode *I : depth_first(DomTree)) { in runOnMachineFunction()
912 for (auto *I : depth_first(DomTree)) in runOnMachineFunction()
273 for (BlockT *CB : depth_first(EntryBB)) in verifyLoop()
1370 for (Loop *L : depth_first(TopLevelLoop)) { in print()
1082 for (MachineLoop *ML : depth_first(It)) in loopendPatternMatch()
798 depth_first(&(*i)->getEntryBlock())); in runOnModule()
570 for (BasicBlock *BB : depth_first(&F.getEntryBlock())) visit(*BB); in runOnFunction()
785 for (BasicBlock *BB : depth_first(&F.getEntryBlock())) in runOnFunction()
2632 for (BasicBlock *CurrentBlock : depth_first(&F.getEntryBlock())) { in performPRE()