Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.h37 explicit LoopAttributes(bool IsParallel = false);
41 bool IsParallel; member
234 return hasInfo() ? getInfo().getAttributes().IsParallel : false; in getCurLoopParallel()
242 void setParallel(bool Enable = true) { StagedAttrs.IsParallel = Enable; }
H A DCGLoopInfo.cpp412 assert(!!AccGroup == Attrs.IsParallel && in createMetadata()
414 if (Attrs.IsParallel) { in createMetadata()
431 LoopAttributes::LoopAttributes(bool IsParallel) in LoopAttributes() argument
432 : IsParallel(IsParallel), VectorizeEnable(LoopAttributes::Unspecified), in LoopAttributes()
442 IsParallel = false; in clear()
465 if (Attrs.IsParallel) { in LoopInfo()
471 if (!Attrs.IsParallel && Attrs.VectorizeWidth == 0 && in LoopInfo()
505 BeforeJam.IsParallel = AfterJam.IsParallel = Attrs.IsParallel; in finish()