Home
last modified time | relevance | path

Searched defs:MovePos (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp167 void Instruction::moveBefore(Instruction *MovePos) { in moveBefore()
171 void Instruction::moveBeforePreserving(Instruction *MovePos) { in moveBeforePreserving()
175 void Instruction::moveAfter(Instruction *MovePos) { in moveAfter()
183 void Instruction::moveAfterPreserving(Instruction *MovePos) { in moveAfterPreserving()
H A DBasicBlock.cpp281 void BasicBlock::moveBefore(SymbolTableList<BasicBlock>::iterator MovePos) { in moveBefore()
285 void BasicBlock::moveAfter(BasicBlock *MovePos) { in moveAfter()
H A DCore.cpp2879 void LLVMMoveBasicBlockBefore(LLVMBasicBlockRef BB, LLVMBasicBlockRef MovePos) { in LLVMMoveBasicBlockBefore()
2883 void LLVMMoveBasicBlockAfter(LLVMBasicBlockRef BB, LLVMBasicBlockRef MovePos) { in LLVMMoveBasicBlockAfter()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp430 Instruction *MovePos = ToBB.getFirstNonPHIOrDbg(); in moveInstructionsToTheBeginning() local
441 Instruction *MovePos = ToBB.getTerminator(); in moveInstructionsToTheEnd() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DBasicBlock.h366 inline void moveBefore(BasicBlock *MovePos) { in moveBefore()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp150 void MachineInstr::moveBefore(MachineInstr *MovePos) { in moveBefore()