Home | History | Annotate | Download | only in Scalar

Lines Matching defs:DeadInsts

845   SetVector<Instruction *, SmallVector<Instruction *, 8> > DeadInsts;
1996 Pass.DeadInsts.insert(I);
2086 Pass.DeadInsts.insert(&LI);
2113 Pass.DeadInsts.insert(&SI);
2135 Pass.DeadInsts.insert(&SI);
2195 Pass.DeadInsts.insert(&SI);
2255 Pass.DeadInsts.insert(&II);
2426 Pass.DeadInsts.insert(&II);
2538 Pass.DeadInsts.insert(&II);
3302 DeadInsts.insert(*DI);
3313 DeadInsts.insert(OldI);
3344 while (!DeadInsts.empty()) {
3345 Instruction *I = DeadInsts.pop_back_val();
3355 DeadInsts.insert(U);
3404 SmallVector<Instruction *, 32> DeadInsts;
3445 DeadInsts.push_back(&I);
3450 while (!DeadInsts.empty())
3451 DeadInsts.pop_back_val()->eraseFromParent();