Searched refs:IsParallel (Results 1 – 3 of 3) sorted by relevance
22 if (!Attrs.IsParallel && Attrs.VectorizerWidth == 0 && in createMetadata()64 LoopAttributes::LoopAttributes(bool IsParallel) in LoopAttributes() argument65 : IsParallel(IsParallel), VectorizerEnable(LoopAttributes::VecUnspecified), in LoopAttributes()69 IsParallel = false; in clear()108 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; }
177 FX_BOOL IsParallel(baseType otherx, baseType othery) const in IsParallel() function182 FX_BOOL IsParallel(const FXT_VECTOR &v) const in IsParallel() function184 return IsParallel(v.x, v.y); in IsParallel()