Home | History | Annotate | Download | only in Scalar

Lines Matching refs:DeadInsts

92     /// DeadInsts - Keep track of instructions we have made dead, so that
94 SmallVector<Value*, 32> DeadInsts;
1578 while (!DeadInsts.empty()) {
1579 Instruction *I = cast<Instruction>(DeadInsts.pop_back_val());
1588 DeadInsts.push_back(U);
1930 DeadInsts.push_back(LI);
1957 DeadInsts.push_back(SI);
2010 DeadInsts.push_back(BC);
2104 DeadInsts.push_back(GEPI);
2160 DeadInsts.push_back(II);
2200 // Put only one reference to MI on the DeadInsts list.
2201 for (SmallVector<Value*, 32>::const_iterator I = DeadInsts.begin(),
2202 E = DeadInsts.end(); I != E; ++I)
2204 DeadInsts.push_back(MI);
2332 DeadInsts.push_back(MI);
2447 DeadInsts.push_back(SI);
2534 DeadInsts.push_back(LI);