Searched refs:NowDeadInsts (Results 1 – 4 of 4) sorted by relevance
136 SmallVector<Instruction*, 32> NowDeadInsts; in deleteDeadInstruction() local138 NowDeadInsts.push_back(I); in deleteDeadInstruction()142 Instruction *DeadInst = NowDeadInsts.pop_back_val(); in deleteDeadInstruction()157 NowDeadInsts.push_back(OpI); in deleteDeadInstruction()162 } while (!NowDeadInsts.empty()); in deleteDeadInstruction()
107 SmallVector<Instruction*, 32> NowDeadInsts; in DeleteDeadInstruction() local109 NowDeadInsts.push_back(I); in DeleteDeadInstruction()114 Instruction *DeadInst = NowDeadInsts.pop_back_val(); in DeleteDeadInstruction()131 NowDeadInsts.push_back(OpI); in DeleteDeadInstruction()137 } while (!NowDeadInsts.empty()); in DeleteDeadInstruction()
71 SmallVector<Instruction*, 32> NowDeadInsts; in deleteDeadInstruction() local73 NowDeadInsts.push_back(I); in deleteDeadInstruction()82 Instruction *DeadInst = NowDeadInsts.pop_back_val(); in deleteDeadInstruction()99 NowDeadInsts.push_back(OpI); in deleteDeadInstruction()109 } while (!NowDeadInsts.empty()); in deleteDeadInstruction()
104 SmallVector<Instruction*, 32> NowDeadInsts; in deleteDeadInstruction() local106 NowDeadInsts.push_back(I); in deleteDeadInstruction()115 Instruction *DeadInst = NowDeadInsts.pop_back_val(); in deleteDeadInstruction()135 NowDeadInsts.push_back(OpI); in deleteDeadInstruction()146 } while (!NowDeadInsts.empty()); in deleteDeadInstruction()