HomeSort by relevance Sort by last modified time
    Searched refs:VectorizerWidth (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGLoopInfo.cpp 22 if (!Attrs.IsParallel && Attrs.VectorizerWidth == 0 &&
33 if (Attrs.VectorizerWidth > 0) {
36 Attrs.VectorizerWidth) };
68 VectorizerWidth(0), VectorizerUnroll(0) {}
72 VectorizerWidth = 0;
CGLoopInfo.h 47 unsigned VectorizerWidth;
116 void setVectorizerWidth(unsigned W) { StagedAttrs.VectorizerWidth = W; }

Completed in 33 milliseconds