Home
last modified time | relevance | path

Searched refs:ToMove (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp274 for (VPRecipeBase &ToMove : make_early_inc_range(reverse(*Then1))) in mergeReplicateRegionsIntoSuccessors()
275 ToMove.moveBefore(*Then2, Then2->getFirstNonPhi()); in mergeReplicateRegionsIntoSuccessors()
H A DVPlan.cpp417 for (VPRecipeBase &ToMove : in splitAt()
419 ToMove.moveBefore(*SplitBlock, SplitBlock->end()); in splitAt()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1268 Instruction *ToMove = &*I; in sinkUnusedInvariants() local
1284 ToMove->moveBefore(*ExitBlock, InsertPt); in sinkUnusedInvariants()
1285 SE->forgetValue(ToMove); in sinkUnusedInvariants()
1287 InsertPt = ToMove->getIterator(); in sinkUnusedInvariants()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2482 SmallSetVector<Instruction *, 32> ToMove; in sinkSpillUsesAfterCoroBegin() local
2492 if (ToMove.insert(Inst)) in sinkSpillUsesAfterCoroBegin()
2503 if (ToMove.insert(Inst)) in sinkSpillUsesAfterCoroBegin()
2509 SmallVector<Instruction *, 64> InsertionList(ToMove.begin(), ToMove.end()); in sinkSpillUsesAfterCoroBegin()