/external/llvm/lib/IR/ |
D | BasicBlock.cpp | 103 void BasicBlock::moveBefore(BasicBlock *MovePos) { in moveBefore() 110 void BasicBlock::moveAfter(BasicBlock *MovePos) { in moveAfter()
|
D | Instruction.cpp | 94 void Instruction::moveBefore(Instruction *MovePos) { in moveBefore()
|
D | Core.cpp | 2084 void LLVMMoveBasicBlockBefore(LLVMBasicBlockRef BB, LLVMBasicBlockRef MovePos) { in LLVMMoveBasicBlockBefore() 2088 void LLVMMoveBasicBlockAfter(LLVMBasicBlockRef BB, LLVMBasicBlockRef MovePos) { in LLVMMoveBasicBlockAfter()
|
/external/lzma/CS/7zip/Compress/LZ/ |
D | LzInWindow.cs | 93 public void MovePos() in MovePos() method in SevenZip.Compression.LZ.InWindow
|
D | LzBinTree.cs | 63 public new void MovePos() in MovePos() method in SevenZip.Compression.LZ.BinTree
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | BasicBlock.cpp | 127 void BasicBlock::moveBefore(BasicBlock *MovePos) { in moveBefore() 134 void BasicBlock::moveAfter(BasicBlock *MovePos) { in moveAfter()
|
D | Instruction.cpp | 86 void Instruction::moveBefore(Instruction *MovePos) { in moveBefore() 90 void Instruction::moveAfter(Instruction *MovePos) { in moveAfter()
|
D | Core.cpp | 2681 void LLVMMoveBasicBlockBefore(LLVMBasicBlockRef BB, LLVMBasicBlockRef MovePos) { in LLVMMoveBasicBlockBefore() 2685 void LLVMMoveBasicBlockAfter(LLVMBasicBlockRef BB, LLVMBasicBlockRef MovePos) { in LLVMMoveBasicBlockAfter()
|
/external/lzma/Java/SevenZip/Compression/LZ/ |
D | InWindow.java | 93 public void MovePos() throws IOException in MovePos() method in InWindow
|
D | BinTree.java | 63 public void MovePos() throws IOException in MovePos() method in BinTree
|
/external/llvm-project/llvm/lib/IR/ |
D | BasicBlock.cpp | 133 void BasicBlock::moveBefore(BasicBlock *MovePos) { in moveBefore() 138 void BasicBlock::moveAfter(BasicBlock *MovePos) { in moveAfter()
|
D | Instruction.cpp | 96 void Instruction::moveBefore(Instruction *MovePos) { in moveBefore() 100 void Instruction::moveAfter(Instruction *MovePos) { in moveAfter()
|
D | Core.cpp | 2717 void LLVMMoveBasicBlockBefore(LLVMBasicBlockRef BB, LLVMBasicBlockRef MovePos) { in LLVMMoveBasicBlockBefore() 2721 void LLVMMoveBasicBlockAfter(LLVMBasicBlockRef BB, LLVMBasicBlockRef MovePos) { in LLVMMoveBasicBlockAfter()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | CodeMoverUtils.cpp | 408 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/ |
D | CodeMoverUtils.cpp | 181 Instruction *MovePos = ToBB.getFirstNonPHIOrDbg(); in moveInstsBottomUp() local
|
/external/lzma/CS/7zip/Compress/LZMA/ |
D | LzmaEncoder.cs | 446 void MovePos(UInt32 num) in MovePos() method in SevenZip.Compression.LZMA.Encoder
|
/external/lzma/Java/SevenZip/Compression/LZMA/ |
D | Encoder.java | 446 void MovePos(int num) throws java.io.IOException in MovePos() method in Encoder
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 153 void MachineInstr::moveBefore(MachineInstr *MovePos) { in moveBefore()
|