Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2290 SmallSetVector<Instruction *, 32> ToMove; in sinkSpillUsesAfterCoroBegin() local
2300 if (ToMove.insert(Inst)) in sinkSpillUsesAfterCoroBegin()
2311 if (ToMove.insert(Inst)) in sinkSpillUsesAfterCoroBegin()
2317 SmallVector<Instruction *, 64> InsertionList(ToMove.begin(), ToMove.end()); in sinkSpillUsesAfterCoroBegin()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1270 Instruction *ToMove = &*I; in sinkUnusedInvariants() local
1286 ToMove->moveBefore(*ExitBlock, InsertPt); in sinkUnusedInvariants()
1288 InsertPt = ToMove->getIterator(); in sinkUnusedInvariants()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp392 for (VPRecipeBase &ToMove : in splitAt()
394 ToMove.moveBefore(*SplitBlock, SplitBlock->end()); in splitAt()