Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp417 Instruction *MovePos = ToBB.getFirstNonPHIOrDbg(); in moveInstructionsToTheBeginning() local
428 Instruction *MovePos = ToBB.getTerminator(); in moveInstructionsToTheEnd() local
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DBasicBlock.cpp136 void BasicBlock::moveBefore(BasicBlock *MovePos) { in moveBefore()
141 void BasicBlock::moveAfter(BasicBlock *MovePos) { in moveAfter()
H A DInstruction.cpp108 void Instruction::moveBefore(Instruction *MovePos) { in moveBefore()
112 void Instruction::moveAfter(Instruction *MovePos) { in moveAfter()
H A DCore.cpp2708 void LLVMMoveBasicBlockBefore(LLVMBasicBlockRef BB, LLVMBasicBlockRef MovePos) { in LLVMMoveBasicBlockBefore()
2712 void LLVMMoveBasicBlockAfter(LLVMBasicBlockRef BB, LLVMBasicBlockRef MovePos) { in LLVMMoveBasicBlockAfter()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineInstr.cpp139 void MachineInstr::moveBefore(MachineInstr *MovePos) { in moveBefore()