Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/IR/
H A DInstruction.cpp175 void Instruction::moveBefore(Instruction *MovePos) { in moveAfter() argument
183 void Instruction::moveBeforePreserving(Instruction *MovePos) { in moveAfterPreserving() argument
167 moveBefore(Instruction * MovePos) moveBefore() argument
171 moveBeforePreserving(Instruction * MovePos) moveBeforePreserving() argument
[all...]
H A DBasicBlock.cpp281 moveBefore(SymbolTableList<BasicBlock>::iterator MovePos) moveBefore() argument
285 moveAfter(BasicBlock * MovePos) moveAfter() argument
H A DCore.cpp2818 LLVMMoveBasicBlockBefore(LLVMBasicBlockRef BB,LLVMBasicBlockRef MovePos) LLVMMoveBasicBlockBefore() argument
2822 LLVMMoveBasicBlockAfter(LLVMBasicBlockRef BB,LLVMBasicBlockRef MovePos) LLVMMoveBasicBlockAfter() argument
/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
/llvm-project/llvm/include/llvm/IR/
H A DBasicBlock.h366 moveBefore(BasicBlock * MovePos) moveBefore() argument
/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp150 moveBefore(MachineInstr * MovePos) moveBefore() argument