Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp433 I.moveBeforePreserving(MovePos); in moveInstructionsToTheBeginning()
445 I.moveBeforePreserving(MovePos); in moveInstructionsToTheEnd()
H A DBasicBlockUtils.cpp303 BB->back().moveBeforePreserving(*PredBB, PredBB->end()); in MergeBlockIntoPredecessor()
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h232 void moveBeforePreserving(Instruction *MovePos);
246 void moveBeforePreserving(BasicBlock &BB, InstListType::iterator I);
/src/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp171 void Instruction::moveBeforePreserving(Instruction *MovePos) { in moveBeforePreserving() function in Instruction
195 void Instruction::moveBeforePreserving(BasicBlock &BB, in moveBeforePreserving() function in Instruction
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp278 Inst->moveBeforePreserving(*NewParent, NewParent->begin()); in split()
H A DLoopInterchange.cpp1377 I.moveBeforePreserving(OuterLoopHeader->getTerminator()); in transform()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp675 DI->moveBeforePreserving(&*EndBlock->getFirstInsertionPt()); in convertProfitableSIGroups()
/src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp654 AllocaInst->moveBeforePreserving(MoveLocInst); in raiseUserConstantDataAllocasToEntryBlock()
749 I.moveBeforePreserving(*OI.EntryBB, OI.EntryBB->getFirstInsertionPt()); in finalize()
/src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3425 Instr.moveBeforePreserving(TI); in tryToMoveFreeBeforeNullTest()