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

Method SetNoInline

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

Source from the content-addressed store, hash-verified

813}
814
815void LlvmCodeGen::SetNoInline(llvm::Function* function) const {
816 function->removeFnAttr(llvm::Attribute::AlwaysInline);
817 function->removeFnAttr(llvm::Attribute::InlineHint);
818 function->addFnAttr(llvm::Attribute::NoInline);
819}
820
821void LlvmCodeGen::SetCPUAttrs(llvm::Function* function) {
822 // Set all functions' "target-cpu" and "target-features" to match the

Callers 7

CodegenEvalRowMethod · 0.80
CodegenHashRowMethod · 0.80
CodegenEqualsMethod · 0.80
CodegenUpdateSlotMethod · 0.80
CodegenUpdateTupleMethod · 0.80
CodegenEvalConjunctsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected