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