Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGLoopInfo.cpp27 Attrs.VectorizeEnable == LoopAttributes::Unspecified && in createMetadata()
67 if (Attrs.VectorizeEnable != LoopAttributes::Unspecified) { in createMetadata()
70 Type::getInt1Ty(Ctx), (Attrs.VectorizeEnable == in createMetadata()
103 : IsParallel(IsParallel), VectorizeEnable(LoopAttributes::Unspecified), in LoopAttributes()
113 VectorizeEnable = LoopAttributes::Unspecified; in clear()
DCGLoopInfo.h48 LVEnableState VectorizeEnable; member
132 StagedAttrs.VectorizeEnable =