Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
Loading...
Searching...
No Matches
JitFuncAttribute.h
Go to the documentation of this file.
1#ifndef PROTEUS_RUNTIME_FRONTEND_JITFUNCATTRIBUTE_H
2#define PROTEUS_RUNTIME_FRONTEND_JITFUNCATTRIBUTE_H
3
6
7namespace proteus {
8
9void setFuncAttribute(TargetModelType TargetModel, void *KernelFunc,
10 JitFuncAttribute Attr, int Value);
11
12} // namespace proteus
13
14#endif
Definition MemoryCache.h:27
JitFuncAttribute
Definition JitFuncAttribute.h:6
TargetModelType
Definition TargetModel.h:8
void setFuncAttribute(TargetModelType TargetModel, void *KernelFunc, JitFuncAttribute Attr, int Value)
Definition JitFuncAttribute.cpp:15