Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGLoopInfo.cpp26 Attrs.VectorizeEnable == LoopAttributes::Unspecified && in createMetadata()
60 if (Attrs.VectorizeEnable != LoopAttributes::Unspecified) { in createMetadata()
63 Type::getInt1Ty(Ctx), (Attrs.VectorizeEnable == in createMetadata()
88 : IsParallel(IsParallel), VectorizeEnable(LoopAttributes::Unspecified), in LoopAttributes()
97 VectorizeEnable = LoopAttributes::Unspecified; in clear()
DCGLoopInfo.h47 LVEnableState VectorizeEnable; member
125 StagedAttrs.VectorizeEnable =