LLVM: include/llvm/Support/COM.h Source File (original) (raw)
Go to the documentation of this file.
1
2
3
4
5
6
7
8
9
10
11
12
13
14#ifndef LLVM_SUPPORT_COM_H
15#define LLVM_SUPPORT_COM_H
16
18
19namespace llvm {
20namespace sys {
21
23
25public:
27 bool SpeedOverMemory = false);
29
30private:
33};
34}
35}
36
37#endif
LLVM_ABI ~InitializeCOMRAII()
LLVM_ABI InitializeCOMRAII(COMThreadingMode Threading, bool SpeedOverMemory=false)
COMThreadingMode
Definition COM.h:22
@ SingleThreaded
Definition COM.h:22
@ MultiThreaded
Definition COM.h:22
This is an optimization pass for GlobalISel generic memory operations.