Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DBranchFolding.h68 void setBlock(MachineBasicBlock *MBB) { in setBlock() function
113 void setBlock(MachineBasicBlock *MBB) { in setBlock() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemorySSA.h213 void setBlock(BasicBlock *BB) { Block = BB; } in setBlock() function
/third_party/protobuf/js/binary/
Ddecoder.js180 jspb.BinaryDecoder.prototype.setBlock = method in jspb.BinaryDecoder
Dreader.js233 jspb.BinaryReader.prototype.setBlock = function(bytes, start, length) { method in jspb.BinaryReader
/third_party/glslang/SPIRV/
DspvIR.h139 void setBlock(Block* b) { block = b; } in setBlock() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h506 void setBlock(Block &B) { Base = &B; } in setBlock() function