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

Method EnableOptimizations

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

Source from the content-addressed store, hash-verified

536}
537
538void LlvmCodeGen::EnableOptimizations(bool enable) {
539 optimizations_enabled_ = enable;
540}
541
542void LlvmCodeGen::GetHostCPUAttrs(std::unordered_set<string>* attrs) {
543 // LLVM's ExecutionEngine expects features to be enabled or disabled with a list

Callers 5

CreateCodegenMethod · 0.80
LoadTestOptMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 1

LoadTestOptMethod · 0.64