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

Method CodegenCallFunction

be/src/codegen/llvm-codegen.cc:1816–1821  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1814}
1815
1816llvm::Value* LlvmCodeGen::CodegenCallFunction(LlvmBuilder* builder,
1817 IRFunction::Type ir_type, llvm::ArrayRef<llvm::Value*> args, const char* name) {
1818 llvm::Function* fn = GetFunction(ir_type, false);
1819 DCHECK(fn != nullptr);
1820 return builder->CreateCall(fn, args, name);
1821}
1822
1823void LlvmCodeGen::ClearHashFns() {
1824 hash_fns_.clear();

Callers 5

CodegenEvalRowMethod · 0.80
CodegenHashRowMethod · 0.80
CodegenEqualsMethod · 0.80
CodegenUpdateSlotMethod · 0.80

Calls 1

CreateCallMethod · 0.80

Tested by

no test coverage detected