Searched refs:ClausesData (Results 1 – 2 of 2) sorted by relevance
770 cast<VarDecl>(cast<DeclRefExpr>(ClausesData[N].Private)->getDecl()); in emitAggregateInitialization()775 EmitDeclareReductionInit ? ClausesData[N].ReductionOp in emitAggregateInitialization()784 ClausesData.reserve(Shareds.size()); in ReductionCodeGen()792 ClausesData.emplace_back(Ref, *IOrig, *IPriv, *IRed); in ReductionCodeGen()802 LValue First = emitSharedLValue(CGF, ClausesData[N].Shared); in emitSharedOrigLValue()803 LValue Second = emitSharedLValueUB(CGF, ClausesData[N].Shared); in emitSharedOrigLValue()805 if (ClausesData[N].Shared == ClausesData[N].Ref) { in emitSharedOrigLValue()808 LValue First = emitSharedLValue(CGF, ClausesData[N].Ref); in emitSharedOrigLValue()809 LValue Second = emitSharedLValueUB(CGF, ClausesData[N].Ref); in emitSharedOrigLValue()816 cast<VarDecl>(cast<DeclRefExpr>(ClausesData[N].Private)->getDecl()); in emitAggregateType()[all …]
148 SmallVector<ReductionData, 4> ClausesData; variable220 const Expr *getRefExpr(unsigned N) const { return ClausesData[N].Ref; } in getRefExpr()