Lines Matching refs:InRedPrivs
4972 SmallVector<const Expr *, 4> InRedPrivs; in EmitOMPTaskBasedDirective() local
4981 InRedPrivs.emplace_back(*IPriv); in EmitOMPTaskBasedDirective()
4993 ReductionCodeGen RedCG(InRedVars, InRedVars, InRedPrivs, InRedOps); in EmitOMPTaskBasedDirective()
5016 CGF.getContext().getPointerType(InRedPrivs[Cnt]->getType()), in EmitOMPTaskBasedDirective()
5017 InRedPrivs[Cnt]->getExprLoc()), in EmitOMPTaskBasedDirective()
5018 CGF.ConvertTypeForMem(InRedPrivs[Cnt]->getType()), in EmitOMPTaskBasedDirective()
5253 SmallVector<const Expr *, 4> InRedPrivs; in processInReduction() local
5262 InRedPrivs.emplace_back(*IPriv); in processInReduction()
5272 ReductionCodeGen RedCG(InRedVars, InRedVars, InRedPrivs, InRedOps); in processInReduction()
5293 CGF.getContext().getPointerType(InRedPrivs[Cnt]->getType()), in processInReduction()
5294 InRedPrivs[Cnt]->getExprLoc()), in processInReduction()
5295 CGF.ConvertTypeForMem(InRedPrivs[Cnt]->getType()), in processInReduction()