Searched refs:ClausesData (Results 1 – 2 of 2) sorted by relevance
781 cast<VarDecl>(cast<DeclRefExpr>(ClausesData[N].Private)->getDecl()); in emitAggregateInitialization()786 EmitDeclareReductionInit ? ClausesData[N].ReductionOp in emitAggregateInitialization()795 ClausesData.reserve(Shareds.size()); in ReductionCodeGen()803 ClausesData.emplace_back(Ref, *IOrig, *IPriv, *IRed); in ReductionCodeGen()813 LValue First = emitSharedLValue(CGF, ClausesData[N].Shared); in emitSharedOrigLValue()814 LValue Second = emitSharedLValueUB(CGF, ClausesData[N].Shared); in emitSharedOrigLValue()816 if (ClausesData[N].Shared == ClausesData[N].Ref) { in emitSharedOrigLValue()819 LValue First = emitSharedLValue(CGF, ClausesData[N].Ref); in emitSharedOrigLValue()820 LValue Second = emitSharedLValueUB(CGF, ClausesData[N].Ref); in emitSharedOrigLValue()827 cast<VarDecl>(cast<DeclRefExpr>(ClausesData[N].Private)->getDecl()); in emitAggregateType()[all …]
147 SmallVector<ReductionData, 4> ClausesData; variable219 const Expr *getRefExpr(unsigned N) const { return ClausesData[N].Ref; } in getRefExpr()