enum LoopAttributes::LVEnableState

Description

State of loop vectorization or unrolling.

Declared at: clang/lib/CodeGen/CGLoopInfo.h:44

Enumerators

NameValueComment
Unspecified0
Enable1
Disable2
Full3