Lines Matching defs:Ignore
606 SmallPtrSet<MachineInstr*, 1> Ignore;
608 return isSafeToRemove(MI, Visited, ToRemove, Ignore);
613 InstSet &Ignore) const {
615 return isSafeToRemove(MI, Visited, ToRemove, Ignore);
620 InstSet &ToRemove, InstSet &Ignore) const {
621 if (Visited.count(MI) || Ignore.count(MI))
638 if (Ignore.count(I) || ToRemove.count(I))
640 if (!isSafeToRemove(I, Visited, ToRemove, Ignore))
682 SmallPtrSet<MachineInstr*, 1> Ignore;
683 return isSafeToDefRegAt(MI, PhysReg, Ignore);
687 InstSet &Ignore) const {
693 if (!llvm::set_is_subset(Uses, Ignore))
704 if (Ignore.count(&*I))