Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DBasicBlock.cpp103 void BasicBlock::moveBefore(BasicBlock *MovePos) { in moveBefore()
110 void BasicBlock::moveAfter(BasicBlock *MovePos) { in moveAfter()
DInstruction.cpp94 void Instruction::moveBefore(Instruction *MovePos) { in moveBefore()
DCore.cpp2084 void LLVMMoveBasicBlockBefore(LLVMBasicBlockRef BB, LLVMBasicBlockRef MovePos) { in LLVMMoveBasicBlockBefore()
2088 void LLVMMoveBasicBlockAfter(LLVMBasicBlockRef BB, LLVMBasicBlockRef MovePos) { in LLVMMoveBasicBlockAfter()
/external/lzma/CS/7zip/Compress/LZ/
DLzInWindow.cs93 public void MovePos() in MovePos() method in SevenZip.Compression.LZ.InWindow
DLzBinTree.cs63 public new void MovePos() in MovePos() method in SevenZip.Compression.LZ.BinTree
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DBasicBlock.cpp127 void BasicBlock::moveBefore(BasicBlock *MovePos) { in moveBefore()
134 void BasicBlock::moveAfter(BasicBlock *MovePos) { in moveAfter()
DInstruction.cpp86 void Instruction::moveBefore(Instruction *MovePos) { in moveBefore()
90 void Instruction::moveAfter(Instruction *MovePos) { in moveAfter()
DCore.cpp2681 void LLVMMoveBasicBlockBefore(LLVMBasicBlockRef BB, LLVMBasicBlockRef MovePos) { in LLVMMoveBasicBlockBefore()
2685 void LLVMMoveBasicBlockAfter(LLVMBasicBlockRef BB, LLVMBasicBlockRef MovePos) { in LLVMMoveBasicBlockAfter()
/external/lzma/Java/SevenZip/Compression/LZ/
DInWindow.java93 public void MovePos() throws IOException in MovePos() method in InWindow
DBinTree.java63 public void MovePos() throws IOException in MovePos() method in BinTree
/external/llvm-project/llvm/lib/IR/
DBasicBlock.cpp133 void BasicBlock::moveBefore(BasicBlock *MovePos) { in moveBefore()
138 void BasicBlock::moveAfter(BasicBlock *MovePos) { in moveAfter()
DInstruction.cpp96 void Instruction::moveBefore(Instruction *MovePos) { in moveBefore()
100 void Instruction::moveAfter(Instruction *MovePos) { in moveAfter()
DCore.cpp2717 void LLVMMoveBasicBlockBefore(LLVMBasicBlockRef BB, LLVMBasicBlockRef MovePos) { in LLVMMoveBasicBlockBefore()
2721 void LLVMMoveBasicBlockAfter(LLVMBasicBlockRef BB, LLVMBasicBlockRef MovePos) { in LLVMMoveBasicBlockAfter()
/external/llvm-project/llvm/lib/Transforms/Utils/
DCodeMoverUtils.cpp408 Instruction *MovePos = ToBB.getFirstNonPHIOrDbg(); in moveInstructionsToTheBeginning() local
422 Instruction *MovePos = ToBB.getTerminator(); in moveInstructionsToTheEnd() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeMoverUtils.cpp181 Instruction *MovePos = ToBB.getFirstNonPHIOrDbg(); in moveInstsBottomUp() local
/external/lzma/CS/7zip/Compress/LZMA/
DLzmaEncoder.cs446 void MovePos(UInt32 num) in MovePos() method in SevenZip.Compression.LZMA.Encoder
/external/lzma/Java/SevenZip/Compression/LZMA/
DEncoder.java446 void MovePos(int num) throws java.io.IOException in MovePos() method in Encoder
/external/llvm-project/llvm/lib/CodeGen/
DMachineInstr.cpp153 void MachineInstr::moveBefore(MachineInstr *MovePos) { in moveBefore()