Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGLoopInfo.h37 explicit LoopAttributes(bool IsParallel = false);
41 bool IsParallel; member
136 return hasInfo() ? getInfo().getAttributes().IsParallel : false; in getCurLoopParallel()
144 void setParallel(bool Enable = true) { StagedAttrs.IsParallel = Enable; }
H A DCGLoopInfo.cpp26 if (!Attrs.IsParallel && Attrs.VectorizeWidth == 0 && in createMetadata()
126 if (Attrs.IsParallel) { in createMetadata()
154 LoopAttributes::LoopAttributes(bool IsParallel) in LoopAttributes() argument
155 : IsParallel(IsParallel), VectorizeEnable(LoopAttributes::Unspecified), in LoopAttributes()
163 IsParallel = false; in clear()