Searched defs:MovePos (Results 1 – 5 of 5) sorted by relevance
417 Instruction *MovePos = ToBB.getFirstNonPHIOrDbg(); in moveInstructionsToTheBeginning() local428 Instruction *MovePos = ToBB.getTerminator(); in moveInstructionsToTheEnd() local
136 void BasicBlock::moveBefore(BasicBlock *MovePos) { in moveBefore()141 void BasicBlock::moveAfter(BasicBlock *MovePos) { in moveAfter()
108 void Instruction::moveBefore(Instruction *MovePos) { in moveBefore()112 void Instruction::moveAfter(Instruction *MovePos) { in moveAfter()
2708 void LLVMMoveBasicBlockBefore(LLVMBasicBlockRef BB, LLVMBasicBlockRef MovePos) { in LLVMMoveBasicBlockBefore()2712 void LLVMMoveBasicBlockAfter(LLVMBasicBlockRef BB, LLVMBasicBlockRef MovePos) { in LLVMMoveBasicBlockAfter()
139 void MachineInstr::moveBefore(MachineInstr *MovePos) { in moveBefore()