Searched refs:IsParallel (Results 1 – 2 of 2) sorted by relevance
37 explicit LoopAttributes(bool IsParallel = false);41 bool IsParallel; member136 return hasInfo() ? getInfo().getAttributes().IsParallel : false; in getCurLoopParallel()144 void setParallel(bool Enable = true) { StagedAttrs.IsParallel = Enable; }
26 if (!Attrs.IsParallel && Attrs.VectorizeWidth == 0 && in createMetadata()126 if (Attrs.IsParallel) { in createMetadata()154 LoopAttributes::LoopAttributes(bool IsParallel) in LoopAttributes() argument155 : IsParallel(IsParallel), VectorizeEnable(LoopAttributes::Unspecified), in LoopAttributes()163 IsParallel = false; in clear()