Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGLoopInfo.h36 explicit LoopAttributes(bool IsParallel = false);
40 bool IsParallel; member
216 return hasInfo() ? getInfo().getAttributes().IsParallel : false; in getCurLoopParallel()
224 void setParallel(bool Enable = true) { StagedAttrs.IsParallel = Enable; }
HDCGLoopInfo.cpp419 assert(!!AccGroup == Attrs.IsParallel && in createMetadata()
421 if (Attrs.IsParallel) { in createMetadata()
432 LoopAttributes::LoopAttributes(bool IsParallel) in LoopAttributes() argument
433 : IsParallel(IsParallel), VectorizeEnable(LoopAttributes::Unspecified), in LoopAttributes()
442 IsParallel = false; in clear()
462 if (Attrs.IsParallel) { in LoopInfo()
468 if (!Attrs.IsParallel && Attrs.VectorizeWidth == 0 && in LoopInfo()
501 BeforeJam.IsParallel = AfterJam.IsParallel = Attrs.IsParallel; in finish()