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

Method CreateBasicBlockBefore

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

Source from the content-addressed store, hash-verified

41}
42
43llvm::BasicBlock* NonWritableBasicBlock::CreateBasicBlockBefore(
44 llvm::LLVMContext& context, const std::string& name, llvm::Function* fn) const {
45 return llvm::BasicBlock::Create(context, name, fn, basic_block_);
46}
47
48llvm::Value* CodegenAnyValReadWriteInfo::GetSimpleVal() const {
49 llvm::Value* const * val = std::get_if<llvm::Value*>(&data_);

Calls 1

CreateClass · 0.85

Tested by

no test coverage detected