Searched refs:IsParallel (Results 1 – 2 of 2) sorted by relevance
22 if (!Attrs.IsParallel && Attrs.VectorizerWidth == 0 && in createMetadata()65 LoopAttributes::LoopAttributes(bool IsParallel) in LoopAttributes() argument66 : IsParallel(IsParallel), VectorizerEnable(LoopAttributes::VecUnspecified), in LoopAttributes()70 IsParallel = false; in clear()109 if (L.getAttributes().IsParallel && I->mayReadOrWriteMemory()) in InsertHelper()
34 explicit LoopAttributes(bool IsParallel = false);38 bool IsParallel; member99 return hasInfo() ? getInfo().getAttributes().IsParallel : false; in getCurLoopParallel()107 void setParallel(bool Enable = true) { StagedAttrs.IsParallel = Enable; }