Home | History | Annotate | Download | only in Scalar

Lines Matching defs: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);
1921 DeadInsts.push_back(LI);
1948 DeadInsts.push_back(SI);
2001 DeadInsts.push_back(BC);
2095 DeadInsts.push_back(GEPI);
2151 DeadInsts.push_back(II);
2192 // Put only one reference to MI on the DeadInsts list.
2193 for (SmallVectorImpl<Value *>::const_iterator I = DeadInsts.begin(),
2194 E = DeadInsts.end(); I != E; ++I)
2196 DeadInsts.push_back(MI);
2324 DeadInsts.push_back(MI);
2440 DeadInsts.push_back(SI);
2528 DeadInsts.push_back(LI);