Home | History | Annotate | Download | only in Utils

Lines Matching refs:DeadInsts

326   SmallVector<Instruction*, 16> DeadInsts;
327 DeadInsts.push_back(I);
330 I = DeadInsts.pop_back_val();
345 DeadInsts.push_back(OpI);
349 } while (!DeadInsts.empty());