Home | History | Annotate | Download | only in Scalar

Lines Matching refs:DeadInsts

93     /// DeadInsts - Keep track of instructions we have made dead, so that
95 SmallVector<Value*, 32> DeadInsts;
1576 while (!DeadInsts.empty()) {
1577 Instruction *I = cast<Instruction>(DeadInsts.pop_back_val());
1586 DeadInsts.push_back(U);
1917 DeadInsts.push_back(LI);
1944 DeadInsts.push_back(SI);
1997 DeadInsts.push_back(BC);
2091 DeadInsts.push_back(GEPI);
2148 DeadInsts.push_back(II);
2189 // Put only one reference to MI on the DeadInsts list.
2190 for (SmallVectorImpl<Value *>::const_iterator I = DeadInsts.begin(),
2191 E = DeadInsts.end(); I != E; ++I)
2193 DeadInsts.push_back(MI);
2321 DeadInsts.push_back(MI);
2437 DeadInsts.push_back(SI);
2525 DeadInsts.push_back(LI);