Lines Matching refs:Ignore
541 InstSet &ToRemove, InstSet &Ignore) { in INITIALIZE_PASS()
585 if (!RDA.isSafeToRemove(MI, Uses, Ignore)) in INITIALIZE_PASS()
768 SmallPtrSet<MachineInstr*, 2> Ignore; in ValidateTailPredicate() local
771 Ignore.insert(VCTPs.begin(), VCTPs.end()); in ValidateTailPredicate()
773 if (TryRemove(Def, RDA, ElementChain, Ignore)) { in ValidateTailPredicate()
806 SmallPtrSet<MachineInstr*, 2> Ignore; in ValidateTailPredicate() local
807 Ignore.insert(VCTPs.begin(), VCTPs.end()); in ValidateTailPredicate()
808 TryRemove(Def, RDA, ToRemove, Ignore); in ValidateTailPredicate()
1444 SmallPtrSet<MachineInstr*, 1> Ignore; in RevertLoopDec() local
1447 Ignore.insert(&*I); in RevertLoopDec()
1454 RDA->isSafeToDefRegAt(MI, MCRegister::from(ARM::CPSR), Ignore); in RevertLoopDec()