Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:todo

1063     // TODO: verify that earlyclobber ops are not used.
1144 SmallPtrSet<const MachineBasicBlock*, 8> todo;
1155 todo.insert(*SuI);
1161 while (!todo.empty()) {
1162 const MachineBasicBlock *MBB = *todo.begin();
1163 todo.erase(MBB);
1171 todo.insert(*SuI);
1181 SmallPtrSet<const MachineBasicBlock*, 8> todo;
1190 todo.insert(*PrI);
1196 while (!todo.empty()) {
1197 const MachineBasicBlock *MBB = *todo.begin();
1198 todo.erase(MBB);
1206 todo.insert(*PrI);