Lines Matching defs:Ignore
534 InstSet &ToRemove, InstSet &Ignore) {
579 if (!RDA.isSafeToRemove(MI, Uses, Ignore))
762 SmallPtrSet<MachineInstr*, 2> Ignore;
765 Ignore.insert(VCTPs.begin(), VCTPs.end());
767 if (TryRemove(Def, RDA, ElementChain, Ignore)) {
800 SmallPtrSet<MachineInstr*, 2> Ignore;
801 Ignore.insert(VCTPs.begin(), VCTPs.end());
802 TryRemove(Def, RDA, ToRemove, Ignore);
1431 SmallPtrSet<MachineInstr*, 1> Ignore;
1434 Ignore.insert(&*I);
1441 RDA->isSafeToDefRegAt(MI, MCRegister::from(ARM::CPSR), Ignore);