Searched refs:NowDeadInsts (Results 1 – 1 of 1) sorted by relevance
126 SmallVector<Instruction*, 32> NowDeadInsts; in DeleteDeadInstruction() local128 NowDeadInsts.push_back(I); in DeleteDeadInstruction()133 Instruction *DeadInst = NowDeadInsts.pop_back_val(); in DeleteDeadInstruction()150 NowDeadInsts.push_back(OpI); in DeleteDeadInstruction()156 } while (!NowDeadInsts.empty()); in DeleteDeadInstruction()