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

Method ReplaceCallSitesWithBoolConst

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

Source from the content-addressed store, hash-verified

1027}
1028
1029int LlvmCodeGen::ReplaceCallSitesWithBoolConst(llvm::Function* caller, bool constant,
1030 const string& target_name) {
1031 llvm::Value* replacement = GetBoolConstant(constant);
1032 return ReplaceCallSitesWithValue(caller, replacement, target_name);
1033}
1034
1035int LlvmCodeGen::RemoveCallSites(llvm::Function* caller, const std::string& target_name) {
1036 DCHECK(!is_compiled_);

Callers 3

CodegenMethod · 0.80
CodegenInitTupleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected