Home | History | Annotate | Download | only in Utils

Lines Matching refs:DeadInsts

325   SmallVector<Instruction*, 16> DeadInsts;
326 DeadInsts.push_back(I);
329 I = DeadInsts.pop_back_val();
344 DeadInsts.push_back(OpI);
348 } while (!DeadInsts.empty());