OmniSciDB
a5dc49c757
|
#include <llvm/IR/Attributes.h>
#include <llvm/IR/Function.h>
Go to the source code of this file.
Functions | |
void | mark_function_always_inline (llvm::Function *func) |
void | mark_function_never_inline (llvm::Function *func) |
void | clear_function_attributes (llvm::Function *func) |
void clear_function_attributes | ( | llvm::Function * | func | ) |
Definition at line 28 of file LLVMFunctionAttributesUtil.cpp.
Referenced by mark_function_never_inline().
void mark_function_always_inline | ( | llvm::Function * | func | ) |
Definition at line 19 of file LLVMFunctionAttributesUtil.cpp.
Referenced by GroupByAndAggregate::codegenPerfectHashFunction(), and anonymous_namespace{ResultSetReductionJIT.cpp}::create_llvm_function().
void mark_function_never_inline | ( | llvm::Function * | func | ) |
Definition at line 23 of file LLVMFunctionAttributesUtil.cpp.
References clear_function_attributes().