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()
64 LoopAttributes::LoopAttributes(bool IsParallel) in LoopAttributes() argument
65 : IsParallel(IsParallel), VectorizerEnable(LoopAttributes::VecUnspecified), in LoopAttributes()
69 IsParallel = false; in clear()
108 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.h177 FX_BOOL IsParallel(baseType otherx, baseType othery) const in IsParallel() function
182 FX_BOOL IsParallel(const FXT_VECTOR &v) const in IsParallel() function
184 return IsParallel(v.x, v.y); in IsParallel()