Lines Matching defs:DeadInsts
104 SmallSetVector<Instruction *, 32> &DeadInsts);
108 SmallSetVector<Instruction *, 32> &DeadInsts);
113 SmallSetVector<Instruction *, 32> &DeadInsts);
118 SmallSetVector<Instruction *, 32> &DeadInsts);
253 LoadInst *LI, SmallSetVector<Instruction *, 32> &DeadInsts) {
352 DeadInsts.insert(Shuffles.begin(), Shuffles.end());
354 DeadInsts.insert(LI);
457 StoreInst *SI, SmallSetVector<Instruction *, 32> &DeadInsts) {
477 DeadInsts.insert(SI);
478 DeadInsts.insert(SVI);
518 SmallVectorImpl<Instruction *> &DeadInsts) {
529 DeadInsts.push_back(Current);
561 SmallVectorImpl<Instruction *> &DeadInsts) {
576 DeadInsts.insert(DeadInsts.begin(), Current);
585 DeadInsts.insert(DeadInsts.begin(), EV);
634 IntrinsicInst *DI, SmallSetVector<Instruction *, 32> &DeadInsts) {
653 DeadInsts.insert(DeinterleaveDeadInsts.begin(), DeinterleaveDeadInsts.end());
655 DeadInsts.insert(LI);
660 IntrinsicInst *II, SmallSetVector<Instruction *, 32> &DeadInsts) {
682 DeadInsts.insert(SI);
683 DeadInsts.insert(InterleaveDeadInsts.begin(), InterleaveDeadInsts.end());
689 SmallSetVector<Instruction *, 32> DeadInsts;
694 Changed |= lowerInterleavedLoad(LI, DeadInsts);
697 Changed |= lowerInterleavedStore(SI, DeadInsts);
703 Changed |= lowerDeinterleaveIntrinsic(II, DeadInsts);
705 Changed |= lowerInterleaveIntrinsic(II, DeadInsts);
709 for (auto *I : DeadInsts)