Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DBasicBlock.cpp106 void BasicBlock::moveBefore(BasicBlock *MovePos) { in moveBefore()
113 void BasicBlock::moveAfter(BasicBlock *MovePos) { in moveAfter()
DInstruction.cpp90 void Instruction::moveBefore(Instruction *MovePos) { in moveBefore()
DCore.cpp1535 void LLVMMoveBasicBlockBefore(LLVMBasicBlockRef BB, LLVMBasicBlockRef MovePos) { in LLVMMoveBasicBlockBefore()
1539 void LLVMMoveBasicBlockAfter(LLVMBasicBlockRef BB, LLVMBasicBlockRef MovePos) { in LLVMMoveBasicBlockAfter()
/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/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/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/lzma/C/
DLzmaEnc.c853 static void MovePos(CLzmaEnc *p, UInt32 num) in MovePos() function