Home | History | Annotate | Download | only in Scalar

Lines Matching refs:NewInsts

1500   SmallVector<Instruction*, 8> NewInsts;
1513 *DT, NewInsts);
1528 while (!NewInsts.empty()) {
1529 Instruction *I = NewInsts.pop_back_val();
1542 DEBUG(if (!NewInsts.empty())
1543 dbgs() << "INSERTED " << NewInsts.size() << " INSTS: "
1544 << *NewInsts.back() << '\n');
1547 for (Instruction *I : NewInsts) {