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

/external/clang/lib/CodeGen/
H A DCGLoopInfo.cpp23 Attrs.VectorizerUnroll == 0 &&
41 if (Attrs.VectorizerUnroll > 0) {
44 Attrs.VectorizerUnroll) };
68 VectorizerWidth(0), VectorizerUnroll(0) {}
73 VectorizerUnroll = 0;
H A DCGLoopInfo.h50 unsigned VectorizerUnroll; member in struct:clang::CodeGen::LoopAttributes
119 void setVectorizerUnroll(unsigned U) { StagedAttrs.VectorizerUnroll = U; }

Completed in 440 milliseconds