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

Method BranchTo

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

Source from the content-addressed store, hash-verified

24namespace impala {
25
26void NonWritableBasicBlock::BranchTo(LlvmBuilder* builder) const {
27 DCHECK(builder != nullptr);
28 builder->CreateBr(basic_block_);
29}
30
31void NonWritableBasicBlock::BranchToIf(LlvmBuilder* builder,
32 llvm::Value* condition, const NonWritableBasicBlock& else_block) const {

Callers 10

CodegenEvalChildrenMethod · 0.80
CodegenEvalRowMethod · 0.80
CodegenEvalMethod · 0.80
CodegenInsertMethod · 0.80
CodegenWriteToSlotMethod · 0.80
CodegenHashRowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected