Searched refs:IsParallel (Results 1 – 3 of 3) sorted by relevance
22 if (!Attrs.IsParallel && Attrs.VectorizerWidth == 0 && in createMetadata()66 LoopAttributes::LoopAttributes(bool IsParallel) in LoopAttributes() argument67 : IsParallel(IsParallel), VectorizerEnable(LoopAttributes::VecUnspecified), in LoopAttributes()71 IsParallel = false; in clear()110 if (L.getAttributes().IsParallel && I->mayReadOrWriteMemory()) in InsertHelper()
34 explicit LoopAttributes(bool IsParallel = false);38 bool IsParallel; member99 return hasInfo() ? getInfo().getAttributes().IsParallel : false; in getCurLoopParallel()107 void setParallel(bool Enable = true) { StagedAttrs.IsParallel = Enable; }
171 FX_BOOL IsParallel(baseType x, baseType y) const in IsParallel() function176 FX_BOOL IsParallel(const FXT_VECTOR &v) const in IsParallel() function178 return IsParallel(v.x, v.y); in IsParallel()