Searched defs:MovePos (Results 1 – 6 of 6) sorted by relevance
167 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()
281 void BasicBlock::moveBefore(SymbolTableList<BasicBlock>::iterator MovePos) { in moveBefore()285 void BasicBlock::moveAfter(BasicBlock *MovePos) { in moveAfter()
2879 void LLVMMoveBasicBlockBefore(LLVMBasicBlockRef BB, LLVMBasicBlockRef MovePos) { in LLVMMoveBasicBlockBefore()2883 void LLVMMoveBasicBlockAfter(LLVMBasicBlockRef BB, LLVMBasicBlockRef MovePos) { in LLVMMoveBasicBlockAfter()
430 Instruction *MovePos = ToBB.getFirstNonPHIOrDbg(); in moveInstructionsToTheBeginning() local441 Instruction *MovePos = ToBB.getTerminator(); in moveInstructionsToTheEnd() local
366 inline void moveBefore(BasicBlock *MovePos) { in moveBefore()
150 void MachineInstr::moveBefore(MachineInstr *MovePos) { in moveBefore()