Searched defs:MovePos (Results 1 – 6 of 6) sorted by relevance
171 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()
239 void BasicBlock::moveBefore(SymbolTableList<BasicBlock>::iterator MovePos) { in moveBefore()243 void BasicBlock::moveAfter(BasicBlock *MovePos) { in moveAfter()
2890 void LLVMMoveBasicBlockBefore(LLVMBasicBlockRef BB, LLVMBasicBlockRef MovePos) { in LLVMMoveBasicBlockBefore()2894 void LLVMMoveBasicBlockAfter(LLVMBasicBlockRef BB, LLVMBasicBlockRef MovePos) { in LLVMMoveBasicBlockAfter()
430 BasicBlock::iterator MovePos = ToBB.getFirstNonPHIOrDbg(); in moveInstructionsToTheBeginning() local441 Instruction *MovePos = ToBB.getTerminator(); in moveInstructionsToTheEnd() local
386 inline void moveBefore(BasicBlock *MovePos) { in moveBefore()
152 void MachineInstr::moveBefore(MachineInstr *MovePos) { in moveBefore()