Searched refs:ToMove (Results 1 – 3 of 3) sorted by relevance
2290 SmallSetVector<Instruction *, 32> ToMove; in sinkSpillUsesAfterCoroBegin() local2300 if (ToMove.insert(Inst)) in sinkSpillUsesAfterCoroBegin()2311 if (ToMove.insert(Inst)) in sinkSpillUsesAfterCoroBegin()2317 SmallVector<Instruction *, 64> InsertionList(ToMove.begin(), ToMove.end()); in sinkSpillUsesAfterCoroBegin()
1270 Instruction *ToMove = &*I; in sinkUnusedInvariants() local1286 ToMove->moveBefore(*ExitBlock, InsertPt); in sinkUnusedInvariants()1288 InsertPt = ToMove->getIterator(); in sinkUnusedInvariants()
392 for (VPRecipeBase &ToMove : in splitAt()394 ToMove.moveBefore(*SplitBlock, SplitBlock->end()); in splitAt()