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