Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp420 I.moveBeforePreserving(MovePos); in moveInstructionsToTheBeginning()
432 I.moveBeforePreserving(MovePos); in moveInstructionsToTheEnd()
H A DSimplifyCFG.cpp1663 I1->moveBeforePreserving(TI); in hoistCommonCodeFromSuccessors()
1667 I2->moveBeforePreserving(TI); in hoistCommonCodeFromSuccessors()
1673 I1->moveBeforePreserving(TI); in hoistCommonCodeFromSuccessors()
H A DBasicBlockUtils.cpp303 BB->back().moveBeforePreserving(*PredBB, PredBB->end()); in MergeBlockIntoPredecessor()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h197 void moveBeforePreserving(Instruction *MovePos);
211 void moveBeforePreserving(BasicBlock &BB, InstListType::iterator I);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp319 Current->moveBeforePreserving(ToBlock.getTerminator()); in considerHoistingFromTo()
H A DMergeICmps.cpp278 Inst->moveBeforePreserving(*NewParent, NewParent->begin()); in split()
H A DLoopInterchange.cpp1377 I.moveBeforePreserving(OuterLoopHeader->getTerminator()); in transform()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp166 void Instruction::moveBeforePreserving(Instruction *MovePos) { in moveBeforePreserving() function in Instruction
190 void Instruction::moveBeforePreserving(BasicBlock &BB, in moveBeforePreserving() function in Instruction
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp639 DI->moveBeforePreserving(&*EndBlock->getFirstInsertionPt()); in convertProfitableSIGroups()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3020 Instr.moveBeforePreserving(TI); in tryToMoveFreeBeforeNullTest()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp714 I.moveBeforePreserving(*OI.EntryBB, OI.EntryBB->getFirstInsertionPt()); in finalize()