Home
last modified time | relevance | path

Searched refs:moveBeforePreserving (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h255 LLVM_ABI void moveBeforePreserving(InstListType::iterator MovePos);
260 LLVM_ABI void moveBeforePreserving(BasicBlock &BB, InstListType::iterator I);
269 "") void moveBeforePreserving(Instruction *MovePos);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp433 I.moveBeforePreserving(MovePos); in moveInstructionsToTheBeginning()
445 I.moveBeforePreserving(MovePos->getIterator()); in moveInstructionsToTheEnd()
H A DBasicBlockUtils.cpp300 BB->back().moveBeforePreserving(*PredBB, PredBB->end()); in MergeBlockIntoPredecessor()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp179 void Instruction::moveBeforePreserving(Instruction *MovePos) { in moveBeforePreserving() function in Instruction
183 void Instruction::moveBeforePreserving(BasicBlock::iterator MovePos) { in moveBeforePreserving() function in Instruction
214 void Instruction::moveBeforePreserving(BasicBlock &BB, in moveBeforePreserving() function in Instruction
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp278 Inst->moveBeforePreserving(*NewParent, NewParent->begin()); in split()
H A DLoopInterchange.cpp1596 I.moveBeforePreserving(OuterLoopHeader->getTerminator()->getIterator()); in transform()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp638 DI->moveBeforePreserving(InsertionPoint); in convertProfitableSIGroups()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp672 AllocaInst->moveBeforePreserving(MoveLocInst); in raiseUserConstantDataAllocasToEntryBlock()
772 I.moveBeforePreserving(*OI.EntryBB, OI.EntryBB->getFirstInsertionPt()); in finalize()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3786 Instr.moveBeforePreserving(TI->getIterator()); in tryToMoveFreeBeforeNullTest()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp18703 VecI->moveBeforePreserving(*Builder.GetInsertBlock(), in vectorizeTree()