Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGLoopInfo.h41 enum LVEnableState { VecUnspecified, VecEnable, VecDisable }; enumerator
112 Enable ? LoopAttributes::VecEnable : LoopAttributes::VecDisable;
DCGLoopInfo.cpp54 (Attrs.VectorizerEnable == LoopAttributes::VecEnable)))}; in createMetadata()