Lines Matching defs:DeadInsts
68 SmallVector<Instruction *, 8> DeadInsts;
83 DeadInsts.clear();
163 DeadInsts.push_back(&BC);
171 DeadInsts.push_back(&GEPI);
183 DeadInsts.push_back(&I);
197 DeadInsts.push_back(&II);
366 SmallVectorImpl<Instruction *> &DeadInsts) {
367 while (!DeadInsts.empty()) {
368 Instruction *I = DeadInsts.pop_back_val();
392 DeadInsts.push_back(Op);
609 removeDeadInstructions(AI, Info.DeadInsts);