Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DI1

1256   MachineBasicBlock::iterator DI1 = BBI1->BB->begin();
1261 while (DI1 != DIE1 && DI1->isDebugValue())
1262 ++DI1;
1270 for (unsigned i = 0; i < NumDups1; ++DI1) {
1271 if (!DI1->isDebugValue())
1280 UpdatePredRedefs(BBI1->BB->begin(), DI1, Redefs, TRI);
1281 BBI.BB->splice(BBI.BB->end(), BBI1->BB, BBI1->BB->begin(), DI1);
1286 DI1 = BBI1->BB->end();
1290 assert (DI1 != BBI1->BB->begin());
1291 --DI1;
1293 if (!DI1->isDebugValue())
1296 BBI1->BB->erase(DI1, BBI1->BB->end());