Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGLoopInfo.cpp22 if (!Attrs.IsParallel && Attrs.VectorizerWidth == 0 && in createMetadata()
66 LoopAttributes::LoopAttributes(bool IsParallel) in LoopAttributes() argument
67 : IsParallel(IsParallel), VectorizerEnable(LoopAttributes::VecUnspecified), in LoopAttributes()
71 IsParallel = false; in clear()
110 if (L.getAttributes().IsParallel && I->mayReadOrWriteMemory()) in InsertHelper()
DCGLoopInfo.h34 explicit LoopAttributes(bool IsParallel = false);
38 bool IsParallel; member
99 return hasInfo() ? getInfo().getAttributes().IsParallel : false; in getCurLoopParallel()
107 void setParallel(bool Enable = true) { StagedAttrs.IsParallel = Enable; }
/external/pdfium/core/include/fxcrt/
Dfx_coordinates.h171 FX_BOOL IsParallel(baseType x, baseType y) const in IsParallel() function
176 FX_BOOL IsParallel(const FXT_VECTOR &v) const in IsParallel() function
178 return IsParallel(v.x, v.y); in IsParallel()