enum LoopAttributes::LVEnableState
Description
State of loop vectorization or unrolling.
Declared at: clang/lib/CodeGen/CGLoopInfo.h:44
Enumerators
Name | Value | Comment |
---|---|---|
Unspecified | 0 | |
Enable | 1 | |
Disable | 2 | |
Full | 3 |
State of loop vectorization or unrolling.
Declared at: clang/lib/CodeGen/CGLoopInfo.h:44
Name | Value | Comment |
---|---|---|
Unspecified | 0 | |
Enable | 1 | |
Disable | 2 | |
Full | 3 |