Lines Matching refs:ToRemove
380 SmallPtrSet<MachineInstr *, 4> ToRemove; member
541 InstSet &ToRemove, InstSet &Ignore) { in INITIALIZE_PASS()
589 ToRemove.insert(Uses.begin(), Uses.end()); in INITIALIZE_PASS()
598 ToRemove.insert(Killed.begin(), Killed.end()); in INITIALIZE_PASS()
793 ToRemove.insert(ElementChain.begin(), ElementChain.end()); in ValidateTailPredicate()
808 TryRemove(Def, RDA, ToRemove, Ignore); in ValidateTailPredicate()
1539 if (!TryRemove(Def, *RDA, LoLoop.ToRemove, Killed)) in IterationCountDCE()
1574 LoLoop.ToRemove.insert(Start); in ExpandLoopStart()
1609 LoLoop.ToRemove.insert(TheVCMP); in ConvertVPTBlocks()
1671 LoLoop.ToRemove.insert(VPST); in ConvertVPTBlocks()
1679 LoLoop.ToRemove.insert(VPST); in ConvertVPTBlocks()
1693 !LoLoop.ToRemove.contains(VprDef)) { in ConvertVPTBlocks()
1706 LoLoop.ToRemove.insert(VPST); in ConvertVPTBlocks()
1712 LoLoop.ToRemove.insert(LoLoop.VCTPs.begin(), LoLoop.VCTPs.end()); in ConvertVPTBlocks()
1730 LoLoop.ToRemove.insert(LoLoop.Dec); in Expand()
1731 LoLoop.ToRemove.insert(End); in Expand()
1795 for (auto *I : LoLoop.ToRemove) { in Expand()