Searched refs:depth_first_ext (Results 1 – 7 of 7) sorted by relevance
111 for (MachineBasicBlock *BB : depth_first_ext(&F, Reachable)) in runOnMachineFunction()
641 for (MachineBasicBlock *MBB : depth_first_ext(Entry, Visited)) { in runOnMachineFunction()
251 iterator_range<df_ext_iterator<T, SetTy>> depth_first_ext(const T& G, in depth_first_ext() function
84 for (auto I : depth_first_ext(N, Visited)) in createAndConnectRootNode()
281 for (auto *BB: depth_first_ext(&F.getEntryBlock(), State)) { in initialize()
374 for (MachineBasicBlock *BB : depth_first_ext(Entry, Processed)) in runOnMachineFunction()
123 for (BasicBlock *BB : depth_first_ext(&F, Reachable)) in EliminateUnreachableBlocks()