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.cpp171 void Instruction::moveBefore(Instruction *MovePos) { in moveBefore()
175 void Instruction::moveBefore(BasicBlock::iterator MovePos) { in moveBefore()
179 void Instruction::moveBeforePreserving(Instruction *MovePos) { in moveBeforePreserving()
183 void Instruction::moveBeforePreserving(BasicBlock::iterator MovePos) { in moveBeforePreserving()
187 void Instruction::moveAfter(Instruction *MovePos) { in moveAfter()
195 void Instruction::moveAfter(InstListType::iterator MovePos) { in moveAfter()
202 void Instruction::moveAfterPreserving(Instruction *MovePos) { in moveAfterPreserving()
H A DBasicBlock.cpp239 void BasicBlock::moveBefore(SymbolTableList<BasicBlock>::iterator MovePos) { in moveBefore()
243 void BasicBlock::moveAfter(BasicBlock *MovePos) { in moveAfter()
H A DCore.cpp2890 void LLVMMoveBasicBlockBefore(LLVMBasicBlockRef BB, LLVMBasicBlockRef MovePos) { in LLVMMoveBasicBlockBefore()
2894 void LLVMMoveBasicBlockAfter(LLVMBasicBlockRef BB, LLVMBasicBlockRef MovePos) { in LLVMMoveBasicBlockAfter()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp430 BasicBlock::iterator 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.h386 inline void moveBefore(BasicBlock *MovePos) { in moveBefore()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp152 void MachineInstr::moveBefore(MachineInstr *MovePos) { in moveBefore()