Searched refs:UnrollEnable (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGLoopInfo.h50 LVEnableState UnrollEnable; member in struct:clang::CodeGen::LoopAttributes
131 StagedAttrs.UnrollEnable = State;
H A DCGLoopInfo.cpp27 Attrs.UnrollEnable == LoopAttributes::Unspecified)
69 if (Attrs.UnrollEnable != LoopAttributes::Unspecified) {
71 if (Attrs.UnrollEnable == LoopAttributes::Enable)
73 else if (Attrs.UnrollEnable == LoopAttributes::Full)
89 UnrollEnable(LoopAttributes::Unspecified), VectorizeWidth(0),
98 UnrollEnable = LoopAttributes::Unspecified;

Completed in 54 milliseconds