Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGLoopInfo.cpp30 Attrs.VectorizeEnable == LoopAttributes::Unspecified && in createMetadata()
84 if (Attrs.VectorizeEnable != LoopAttributes::Unspecified) { in createMetadata()
87 Type::getInt1Ty(Ctx), (Attrs.VectorizeEnable == in createMetadata()
155 : IsParallel(IsParallel), VectorizeEnable(LoopAttributes::Unspecified), in LoopAttributes()
168 VectorizeEnable = LoopAttributes::Unspecified; in clear()
H A DCGLoopInfo.h47 LVEnableState VectorizeEnable; member
148 StagedAttrs.VectorizeEnable =