MCPcopy Create free account
hub / github.com/apache/impala / SetBlocks

Method SetBlocks

be/src/codegen/codegen-anyval-read-write-info.cc:108–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void CodegenAnyValReadWriteInfo::SetBlocks(llvm::BasicBlock* entry_block,
109 llvm::BasicBlock* null_block, llvm::BasicBlock* non_null_block) {
110 DCHECK(entry_block != nullptr);
111 DCHECK(null_block != nullptr);
112 DCHECK(non_null_block != nullptr);
113
114 entry_block_ = entry_block;
115 null_block_ = null_block;
116 non_null_block_ = non_null_block;
117}
118
119llvm::ConstantStruct* CodegenAnyValReadWriteInfo::GetIrType() const {
120 // Delete the vectors in 'type_copy' because they are not used here and because they

Callers 3

CodegenReadSlotMethod · 0.80
ToReadWriteInfoMethod · 0.80
StructToReadWriteInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected