Searched refs:depth_first_ext (Results 1 – 5 of 5) sorted by relevance
47 for (BasicBlock *BB : depth_first_ext(&F, Reachable)) in eliminateUnreachableBlock()142 for (MachineBasicBlock *BB : depth_first_ext(&F, Reachable)) in runOnMachineFunction()
648 for (MachineBasicBlock *MBB : depth_first_ext(Entry, Visited)) { in runOnMachineFunction()
250 iterator_range<df_ext_iterator<T, SetTy>> depth_first_ext(const T& G, in depth_first_ext() function
279 for (auto *BB: depth_first_ext(&F.getEntryBlock(), State)) { in initialize()
368 for (MachineBasicBlock *BB : depth_first_ext(Entry, Processed)) in runOnMachineFunction()