Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGLoopInfo.h38 explicit LoopAttributes(bool IsParallel = false);
42 bool IsParallel; member
120 return hasInfo() ? getInfo().getAttributes().IsParallel : false; in getCurLoopParallel()
128 void setParallel(bool Enable = true) { StagedAttrs.IsParallel = Enable; }
DCGLoopInfo.cpp25 if (!Attrs.IsParallel && Attrs.VectorizeWidth == 0 && in createMetadata()
102 LoopAttributes::LoopAttributes(bool IsParallel) in LoopAttributes() argument
103 : IsParallel(IsParallel), VectorizeEnable(LoopAttributes::Unspecified), in LoopAttributes()
109 IsParallel = false; in clear()
294 if (L.getAttributes().IsParallel && I->mayReadOrWriteMemory()) in InsertHelper()