Searched refs:moveBeforePreserving (Results 1 – 10 of 10) sorted by relevance
255 LLVM_ABI void moveBeforePreserving(InstListType::iterator MovePos);260 LLVM_ABI void moveBeforePreserving(BasicBlock &BB, InstListType::iterator I);269 "") void moveBeforePreserving(Instruction *MovePos);
433 I.moveBeforePreserving(MovePos); in moveInstructionsToTheBeginning()445 I.moveBeforePreserving(MovePos->getIterator()); in moveInstructionsToTheEnd()
300 BB->back().moveBeforePreserving(*PredBB, PredBB->end()); in MergeBlockIntoPredecessor()
179 void Instruction::moveBeforePreserving(Instruction *MovePos) { in moveBeforePreserving() function in Instruction183 void Instruction::moveBeforePreserving(BasicBlock::iterator MovePos) { in moveBeforePreserving() function in Instruction214 void Instruction::moveBeforePreserving(BasicBlock &BB, in moveBeforePreserving() function in Instruction
278 Inst->moveBeforePreserving(*NewParent, NewParent->begin()); in split()
1596 I.moveBeforePreserving(OuterLoopHeader->getTerminator()->getIterator()); in transform()
638 DI->moveBeforePreserving(InsertionPoint); in convertProfitableSIGroups()
672 AllocaInst->moveBeforePreserving(MoveLocInst); in raiseUserConstantDataAllocasToEntryBlock()772 I.moveBeforePreserving(*OI.EntryBB, OI.EntryBB->getFirstInsertionPt()); in finalize()
3786 Instr.moveBeforePreserving(TI->getIterator()); in tryToMoveFreeBeforeNullTest()
18703 VecI->moveBeforePreserving(*Builder.GetInsertBlock(), in vectorizeTree()