Lines Matching refs:todo
1186 SmallPtrSet<const MachineBasicBlock*, 8> todo; in calcRegsPassed() local
1195 todo.insert(*SuI); in calcRegsPassed()
1201 while (!todo.empty()) { in calcRegsPassed()
1202 const MachineBasicBlock *MBB = *todo.begin(); in calcRegsPassed()
1203 todo.erase(MBB); in calcRegsPassed()
1211 todo.insert(*SuI); in calcRegsPassed()
1221 SmallPtrSet<const MachineBasicBlock*, 8> todo; in calcRegsRequired() local
1228 todo.insert(*PrI); in calcRegsRequired()
1234 while (!todo.empty()) { in calcRegsRequired()
1235 const MachineBasicBlock *MBB = *todo.begin(); in calcRegsRequired()
1236 todo.erase(MBB); in calcRegsRequired()
1244 todo.insert(*PrI); in calcRegsRequired()