Searched refs:IsFirstPrivate (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/openmp/libomptarget/src/ |
D | omptarget.cpp | 938 bool IsFirstPrivate, void *&TgtPtr, int TgtArgsIndex, in addArg() argument 943 if (ArgSize > FirstPrivateArgSizeThreshold || !IsFirstPrivate) { in addArg() 947 (IsFirstPrivate ? "first-" : ""), DPxPTR(HstPtr)); in addArg() 955 ArgSize, DPxPTR(TgtPtr), (IsFirstPrivate ? "first-" : ""), in addArg() 959 if (IsFirstPrivate) { in addArg() 1136 const bool IsFirstPrivate = in processDataBefore() local 1139 HstPtrBegin, ArgSizes[I], TgtBaseOffset, IsFirstPrivate, TgtPtrBegin, in processDataBefore() 1143 (IsFirstPrivate ? "first-" : ""), DPxPTR(HstPtrBegin)); in processDataBefore()
|