Home | History | Annotate | Download | only in Scalar

Lines Matching refs:DeadInsts

940   SetVector<Instruction *, SmallVector<Instruction *, 8> > DeadInsts;
2173 Pass.DeadInsts.insert(I);
2252 Pass.DeadInsts.insert(&LI);
2277 Pass.DeadInsts.insert(&SI);
2298 Pass.DeadInsts.insert(&SI);
2347 Pass.DeadInsts.insert(&SI);
2406 Pass.DeadInsts.insert(&II);
2557 Pass.DeadInsts.insert(&II);
2673 Pass.DeadInsts.insert(&II);
3408 DeadInsts.insert(OldI);
3457 DeadInsts.insert(*DI);
3494 while (!DeadInsts.empty()) {
3495 Instruction *I = DeadInsts.pop_back_val();
3505 DeadInsts.insert(U);
3553 SmallVector<Instruction *, 32> DeadInsts;
3594 DeadInsts.push_back(I);
3598 while (!DeadInsts.empty())
3599 DeadInsts.pop_back_val()->eraseFromParent();