Searched refs:depth_first (Results 1 – 15 of 15) sorted by relevance
63 for (BasicBlock *BB : depth_first(&F.getEntryBlock())) in runOnFunction()
127 for (MachineBasicBlock *MBB : depth_first(Entry)) { in runOnMachineFunction()
1082 for (MachineLoop *ML : depth_first(It)) in loopendPatternMatch()
196 for (MachineBasicBlock *MBB : depth_first(MF)) { in dump()233 for (MachineBasicBlock *MBB : depth_first(MF)) { in collectMarkers()
212 iterator_range<df_iterator<T>> depth_first(const T& G) { in depth_first() function
325 for (MachineDomTreeNode *I : depth_first(DomTree)) { in runOnMachineFunction()
912 for (auto *I : depth_first(DomTree)) in runOnMachineFunction()
521 for (Loop *L : depth_first(TopLevelLoop)) in runOnFunction()
593 for (Loop *L : depth_first(TopLevelLoop)) in runOnFunction()
2713 for (BasicBlock *CurrentBlock : depth_first(&F.getEntryBlock())) { in performPRE()
273 for (BlockT *CB : depth_first(EntryBB)) in verifyLoop()
1819 for (Loop *L : depth_first(TopLevelLoop)) { in print()
807 depth_first(&(*i)->getEntryBlock())); in runOnModule()
605 for (BasicBlock *BB : depth_first(&F.getEntryBlock())) visit(*BB); in runOnFunction()
833 for (BasicBlock *BB : depth_first(&F.getEntryBlock())) in runOnFunction()