Searched defs:MovePos (Results 1 – 6 of 6) sorted by relevance
162 void Instruction::moveBefore(Instruction *MovePos) { in moveBefore()166 void Instruction::moveBeforePreserving(Instruction *MovePos) { in moveBeforePreserving()170 void Instruction::moveAfter(Instruction *MovePos) { in moveAfter()178 void Instruction::moveAfterPreserving(Instruction *MovePos) { in moveAfterPreserving()
319 void BasicBlock::moveBefore(SymbolTableList<BasicBlock>::iterator MovePos) { in moveBefore()323 void BasicBlock::moveAfter(BasicBlock *MovePos) { in moveAfter()
2720 void LLVMMoveBasicBlockBefore(LLVMBasicBlockRef BB, LLVMBasicBlockRef MovePos) { in LLVMMoveBasicBlockBefore()2724 void LLVMMoveBasicBlockAfter(LLVMBasicBlockRef BB, LLVMBasicBlockRef MovePos) { in LLVMMoveBasicBlockAfter()
417 Instruction *MovePos = ToBB.getFirstNonPHIOrDbg(); in moveInstructionsToTheBeginning() local428 Instruction *MovePos = ToBB.getTerminator(); in moveInstructionsToTheEnd() local
365 inline void moveBefore(BasicBlock *MovePos) { in moveBefore()
147 void MachineInstr::moveBefore(MachineInstr *MovePos) { in moveBefore()