Lines Matching defs:IsParallel
436 assert(!!AccGroup == Attrs.IsParallel &&
438 if (Attrs.IsParallel) {
456 LoopAttributes::LoopAttributes(bool IsParallel)
457 : IsParallel(IsParallel), VectorizeEnable(LoopAttributes::Unspecified),
467 IsParallel = false;
490 if (Attrs.IsParallel) {
496 if (!Attrs.IsParallel && Attrs.VectorizeWidth == 0 &&
530 BeforeJam.IsParallel = AfterJam.IsParallel = Attrs.IsParallel;