Home
last modified time | relevance | path

Searched refs:LVEnableState (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
DCGLoopInfo.h45 enum LVEnableState { Unspecified, Enable, Disable, Full }; enum
48 LVEnableState VectorizeEnable;
51 LVEnableState UnrollEnable;
63 LVEnableState DistributeEnable;
143 void setUnrollState(const LoopAttributes::LVEnableState &State) { in setUnrollState()