Searched defs:MovePos (Results 1 – 10 of 10) sorted by relevance
103 void BasicBlock::moveBefore(BasicBlock *MovePos) { in moveBefore()110 void BasicBlock::moveAfter(BasicBlock *MovePos) { in moveAfter()
95 void Instruction::moveBefore(Instruction *MovePos) { in moveBefore()
1958 void LLVMMoveBasicBlockBefore(LLVMBasicBlockRef BB, LLVMBasicBlockRef MovePos) { in LLVMMoveBasicBlockBefore()1962 void LLVMMoveBasicBlockAfter(LLVMBasicBlockRef BB, LLVMBasicBlockRef MovePos) { in LLVMMoveBasicBlockAfter()
93 public void MovePos() in MovePos() method in SevenZip.Compression.LZ.InWindow
63 public new void MovePos() in MovePos() method in SevenZip.Compression.LZ.BinTree
93 public void MovePos() throws IOException in MovePos() method in InWindow
63 public void MovePos() throws IOException in MovePos() method in BinTree
446 void MovePos(UInt32 num) in MovePos() method in SevenZip.Compression.LZMA.Encoder
446 void MovePos(int num) throws java.io.IOException in MovePos() method in Encoder
813 static void MovePos(CLzmaEnc *p, UInt32 num) in MovePos() function