Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGLoopInfo.h37 explicit LoopAttributes(bool IsParallel = false);
41 bool IsParallel; member
224 return hasInfo() ? getInfo().getAttributes().IsParallel : false; in getCurLoopParallel()
232 void setParallel(bool Enable = true) { StagedAttrs.IsParallel = Enable; }
H A DCGLoopInfo.cpp435 assert(!!AccGroup == Attrs.IsParallel && in createMetadata()
437 if (Attrs.IsParallel) { in createMetadata()
447 LoopAttributes::LoopAttributes(bool IsParallel) in LoopAttributes() argument
448 : IsParallel(IsParallel), VectorizeEnable(LoopAttributes::Unspecified), in LoopAttributes()
458 IsParallel = false; in clear()
480 if (Attrs.IsParallel) { in LoopInfo()
486 if (!Attrs.IsParallel && Attrs.VectorizeWidth == 0 && in LoopInfo()
520 BeforeJam.IsParallel = AfterJam.IsParallel = Attrs.IsParallel; in finish()