Lines Matching refs:Ignore
542 InstSet &ToRemove, InstSet &Ignore) { in INITIALIZE_PASS()
586 if (!RDA.isSafeToRemove(MI, Uses, Ignore)) in INITIALIZE_PASS()
769 SmallPtrSet<MachineInstr*, 2> Ignore; in ValidateTailPredicate() local
772 Ignore.insert(VCTPs.begin(), VCTPs.end()); in ValidateTailPredicate()
774 if (TryRemove(Def, RDA, ElementChain, Ignore)) { in ValidateTailPredicate()
807 SmallPtrSet<MachineInstr*, 2> Ignore; in ValidateTailPredicate() local
808 Ignore.insert(VCTPs.begin(), VCTPs.end()); in ValidateTailPredicate()
809 TryRemove(Def, RDA, ToRemove, Ignore); in ValidateTailPredicate()
1443 SmallPtrSet<MachineInstr*, 1> Ignore; in RevertLoopDec() local
1446 Ignore.insert(&*I); in RevertLoopDec()
1453 RDA->isSafeToDefRegAt(MI, MCRegister::from(ARM::CPSR), Ignore); in RevertLoopDec()