Home | History | Annotate | Download | only in Scalar

Lines Matching defs:DeadInsts

94     /// DeadInsts - Keep track of instructions we have made dead, so that
96 SmallVector<Value*, 32> DeadInsts;
1589 while (!DeadInsts.empty()) {
1590 Instruction *I = cast<Instruction>(DeadInsts.pop_back_val());
1599 DeadInsts.push_back(U);
1936 DeadInsts.push_back(LI);
1963 DeadInsts.push_back(SI);
2017 DeadInsts.push_back(BC);
2113 DeadInsts.push_back(GEPI);
2171 DeadInsts.push_back(II);
2212 // Put only one reference to MI on the DeadInsts list.
2213 for (SmallVectorImpl<Value *>::const_iterator I = DeadInsts.begin(),
2214 E = DeadInsts.end(); I != E; ++I)
2216 DeadInsts.push_back(MI);
2345 DeadInsts.push_back(MI);
2462 DeadInsts.push_back(SI);
2551 DeadInsts.push_back(LI);