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

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

Completed in 5465 milliseconds