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

Method BranchToIfNot

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

Source from the content-addressed store, hash-verified

35}
36
37void NonWritableBasicBlock::BranchToIfNot(LlvmBuilder* builder,
38 llvm::Value* condition, const NonWritableBasicBlock& then_block) const {
39 DCHECK(builder != nullptr);
40 builder->CreateCondBr(condition, then_block.basic_block_, basic_block_);
41}
42
43llvm::BasicBlock* NonWritableBasicBlock::CreateBasicBlockBefore(
44 llvm::LLVMContext& context, const std::string& name, llvm::Function* fn) const {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected