Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp405 Instruction *MovePos = ToBB.getFirstNonPHIOrDbg(); in moveInstructionsToTheBeginning() local
419 Instruction *MovePos = ToBB.getTerminator(); in moveInstructionsToTheEnd() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DBasicBlock.cpp133 void BasicBlock::moveBefore(BasicBlock *MovePos) { in moveBefore()
138 void BasicBlock::moveAfter(BasicBlock *MovePos) { in moveAfter()
H A DInstruction.cpp97 void Instruction::moveBefore(Instruction *MovePos) { in moveBefore()
101 void Instruction::moveAfter(Instruction *MovePos) { in moveAfter()
H A DCore.cpp2742 void LLVMMoveBasicBlockBefore(LLVMBasicBlockRef BB, LLVMBasicBlockRef MovePos) { in LLVMMoveBasicBlockBefore()
2746 void LLVMMoveBasicBlockAfter(LLVMBasicBlockRef BB, LLVMBasicBlockRef MovePos) { in LLVMMoveBasicBlockAfter()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineInstr.cpp153 void MachineInstr::moveBefore(MachineInstr *MovePos) { in moveBefore()