Lines Matching defs:Ignore
531 InstSet &ToRemove, InstSet &Ignore) {
576 if (!RDA.isSafeToRemove(MI, Uses, Ignore))
759 SmallPtrSet<MachineInstr*, 2> Ignore;
762 Ignore.insert(VCTPs.begin(), VCTPs.end());
764 if (TryRemove(Def, RDA, ElementChain, Ignore)) {
797 SmallPtrSet<MachineInstr*, 2> Ignore;
798 Ignore.insert(VCTPs.begin(), VCTPs.end());
799 TryRemove(Def, RDA, ToRemove, Ignore);
1428 SmallPtrSet<MachineInstr*, 1> Ignore;
1431 Ignore.insert(&*I);
1438 RDA->isSafeToDefRegAt(MI, MCRegister::from(ARM::CPSR), Ignore);