Lines Matching refs:ToRemove
376 SmallPtrSet<MachineInstr *, 4> ToRemove; member
542 InstSet &ToRemove, InstSet &Ignore) { in INITIALIZE_PASS()
590 ToRemove.insert(Uses.begin(), Uses.end()); in INITIALIZE_PASS()
599 ToRemove.insert(Killed.begin(), Killed.end()); in INITIALIZE_PASS()
794 ToRemove.insert(ElementChain.begin(), ElementChain.end()); in ValidateTailPredicate()
809 TryRemove(Def, RDA, ToRemove, Ignore); in ValidateTailPredicate()
1538 if (!TryRemove(Def, *RDA, LoLoop.ToRemove, Killed)) in IterationCountDCE()
1572 LoLoop.ToRemove.insert(Start); in ExpandLoopStart()
1607 LoLoop.ToRemove.insert(TheVCMP); in ConvertVPTBlocks()
1669 LoLoop.ToRemove.insert(VPST); in ConvertVPTBlocks()
1677 LoLoop.ToRemove.insert(VPST); in ConvertVPTBlocks()
1691 !LoLoop.ToRemove.contains(VprDef)) { in ConvertVPTBlocks()
1704 LoLoop.ToRemove.insert(VPST); in ConvertVPTBlocks()
1710 LoLoop.ToRemove.insert(LoLoop.VCTPs.begin(), LoLoop.VCTPs.end()); in ConvertVPTBlocks()
1728 LoLoop.ToRemove.insert(LoLoop.Dec); in Expand()
1729 LoLoop.ToRemove.insert(End); in Expand()
1793 for (auto *I : LoLoop.ToRemove) { in Expand()