Searched refs:IsParallel (Results 1 – 2 of 2) sorted by relevance
38 explicit LoopAttributes(bool IsParallel = false);42 bool IsParallel; member120 return hasInfo() ? getInfo().getAttributes().IsParallel : false; in getCurLoopParallel()128 void setParallel(bool Enable = true) { StagedAttrs.IsParallel = Enable; }
25 if (!Attrs.IsParallel && Attrs.VectorizeWidth == 0 && in createMetadata()102 LoopAttributes::LoopAttributes(bool IsParallel) in LoopAttributes() argument103 : IsParallel(IsParallel), VectorizeEnable(LoopAttributes::Unspecified), in LoopAttributes()109 IsParallel = false; in clear()294 if (L.getAttributes().IsParallel && I->mayReadOrWriteMemory()) in InsertHelper()