Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp166 /// basic block that MovePos lives in, right before MovePos. in moveBeforePreserving() argument
162 moveBefore(Instruction * MovePos) moveBefore() argument
170 moveAfter(Instruction * MovePos) moveAfter() argument
178 moveAfterPreserving(Instruction * MovePos) moveAfterPreserving() argument
[all...]
H A DBasicBlock.cpp319 moveBefore(SymbolTableList<BasicBlock>::iterator MovePos) moveBefore() argument
323 moveAfter(BasicBlock * MovePos) moveAfter() argument
H A DCore.cpp2720 LLVMMoveBasicBlockBefore(LLVMBasicBlockRef BB,LLVMBasicBlockRef MovePos) LLVMMoveBasicBlockBefore() argument
2724 LLVMMoveBasicBlockAfter(LLVMBasicBlockRef BB,LLVMBasicBlockRef MovePos) LLVMMoveBasicBlockAfter() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp417 Instruction *MovePos = ToBB.getFirstNonPHIOrDbg(); moveInstructionsToTheBeginning() local
428 Instruction *MovePos = ToBB.getTerminator(); moveInstructionsToTheEnd() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DBasicBlock.h365 /// the function that \p MovePos lives in, right before \p MovePos. in moveBefore() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp147 moveBefore(MachineInstr * MovePos) moveBefore() argument