Home
last modified time | relevance | path

Searched defs:setBlock (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DBranchFolding.h43 void setBlock(MachineBasicBlock *MBB) { in setBlock() function
79 void setBlock(MachineBasicBlock *MBB) { in setBlock() function
/external/llvm/lib/CodeGen/
DBranchFolding.h52 void setBlock(MachineBasicBlock *MBB) { in setBlock() function
89 void setBlock(MachineBasicBlock *MBB) { in setBlock() function
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
DAIfCommand.java107 public void setBlock(PCommand node) in setBlock() method in AIfCommand
/external/protobuf/js/binary/
Ddecoder.js352 jspb.BinaryDecoder.prototype.setBlock = method in jspb.BinaryDecoder
Dreader.js232 jspb.BinaryReader.prototype.setBlock = function(bytes, start, length) { method in jspb.BinaryReader
/external/pdfium/third_party/bigint/
DBigUnsigned.cc30 void BigUnsigned::setBlock(Index i, Blk newBlock) { in setBlock() function in BigUnsigned
/external/r8/src/main/java/com/android/tools/r8/ir/code/
DInstruction.java144 public void setBlock(BasicBlock block) { in setBlock() method in Instruction