Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGLoopInfo.cpp23 if (!Attrs.IsParallel && Attrs.VectorizerWidth == 0 && in createMetadata()
65 LoopAttributes::LoopAttributes(bool IsParallel) in LoopAttributes() argument
66 : IsParallel(IsParallel), VectorizerEnable(LoopAttributes::VecUnspecified), in LoopAttributes()
70 IsParallel = false; in clear()
136 if (L.getAttributes().IsParallel && I->mayReadOrWriteMemory()) in InsertHelper()
HDCGLoopInfo.h36 explicit LoopAttributes(bool IsParallel = false);
40 bool IsParallel; member
102 return hasInfo() ? getInfo().getAttributes().IsParallel : false; in getCurLoopParallel()
110 void setParallel(bool Enable = true) { StagedAttrs.IsParallel = Enable; }