Lines Matching refs:ClausesData

921       cast<VarDecl>(cast<DeclRefExpr>(ClausesData[N].Private)->getDecl());  in emitAggregateInitialization()
926 EmitDeclareReductionInit ? ClausesData[N].ReductionOp in emitAggregateInitialization()
934 ClausesData.reserve(Shareds.size()); in ReductionCodeGen()
941 ClausesData.emplace_back(Ref, *IPriv, *IRed); in ReductionCodeGen()
950 LValue First = emitSharedLValue(CGF, ClausesData[N].Ref); in emitSharedLValue()
951 LValue Second = emitSharedLValueUB(CGF, ClausesData[N].Ref); in emitSharedLValue()
957 cast<VarDecl>(cast<DeclRefExpr>(ClausesData[N].Private)->getDecl()); in emitAggregateType()
959 bool AsArraySection = isa<OMPArraySectionExpr>(ClausesData[N].Ref); in emitAggregateType()
996 cast<VarDecl>(cast<DeclRefExpr>(ClausesData[N].Private)->getDecl()); in emitAggregateType()
1017 cast<VarDecl>(cast<DeclRefExpr>(ClausesData[N].Private)->getDecl()); in emitInitialization()
1019 getReductionInit(ClausesData[N].ReductionOp); in emitInitialization()
1032 emitInitWithReductionInitializer(CGF, DRD, ClausesData[N].ReductionOp, in emitInitialization()
1045 cast<VarDecl>(cast<DeclRefExpr>(ClausesData[N].Private)->getDecl()); in needCleanups()
1054 cast<VarDecl>(cast<DeclRefExpr>(ClausesData[N].Private)->getDecl()); in emitCleanups()
1135 if (const VarDecl *OrigVD = ::getBaseDecl(ClausesData[N].Ref, DE)) { in adjustPrivateAddress()
1154 cast<VarDecl>(cast<DeclRefExpr>(ClausesData[N].Ref)->getDecl())); in adjustPrivateAddress()
1160 getReductionInit(ClausesData[N].ReductionOp); in usesReductionInitializer()