Lines Matching defs:DeadInsts
84 SmallVector<Instruction *, 32> &DeadInsts);
88 SmallVector<Instruction *, 32> &DeadInsts);
179 LoadInst *LI, SmallVector<Instruction *, 32> &DeadInsts) {
229 DeadInsts.push_back(SVI);
231 DeadInsts.push_back(LI);
236 StoreInst *SI, SmallVector<Instruction *, 32> &DeadInsts) {
256 DeadInsts.push_back(SI);
257 DeadInsts.push_back(SVI);
271 SmallVector<Instruction *, 32> DeadInsts;
276 Changed |= lowerInterleavedLoad(LI, DeadInsts);
279 Changed |= lowerInterleavedStore(SI, DeadInsts);
282 for (auto I : DeadInsts)