Searched refs:ToMove (Results 1 – 4 of 4) sorted by relevance
541 SmallSetVector<Instruction *, 32> ToMove; in sinkSpillUsesAfterCoroBegin() local551 if (ToMove.insert(Inst)) in sinkSpillUsesAfterCoroBegin()567 if (ToMove.insert(Inst)) in sinkSpillUsesAfterCoroBegin()573 SmallVector<Instruction *, 64> InsertionList(ToMove.begin(), ToMove.end()); in sinkSpillUsesAfterCoroBegin()
387 SmallPtrSet<MachineInstr *, 8> ToMove; in finalizeLowering() local515 ToMove.insert(const_cast<MachineInstr *>(Type)); in finalizeLowering()563 for (MachineInstr *MI : ToMove) { in finalizeLowering()
617 for (VPRecipeBase &ToMove : in splitAt()619 ToMove.moveBefore(*SplitBlock, SplitBlock->end()); in splitAt()
292 for (VPRecipeBase &ToMove : make_early_inc_range(reverse(*Then1))) in mergeReplicateRegionsIntoSuccessors()293 ToMove.moveBefore(*Then2, Then2->getFirstNonPhi()); in mergeReplicateRegionsIntoSuccessors()