Lines Matching refs:InRedPrivs
4915 SmallVector<const Expr *, 4> InRedPrivs; in EmitOMPTaskBasedDirective() local
4924 InRedPrivs.emplace_back(*IPriv); in EmitOMPTaskBasedDirective()
4936 ReductionCodeGen RedCG(InRedVars, InRedVars, InRedPrivs, InRedOps); in EmitOMPTaskBasedDirective()
4959 CGF.getContext().getPointerType(InRedPrivs[Cnt]->getType()), in EmitOMPTaskBasedDirective()
4960 InRedPrivs[Cnt]->getExprLoc()), in EmitOMPTaskBasedDirective()
4961 CGF.ConvertTypeForMem(InRedPrivs[Cnt]->getType()), in EmitOMPTaskBasedDirective()
5196 SmallVector<const Expr *, 4> InRedPrivs; in processInReduction() local
5205 InRedPrivs.emplace_back(*IPriv); in processInReduction()
5215 ReductionCodeGen RedCG(InRedVars, InRedVars, InRedPrivs, InRedOps); in processInReduction()
5236 CGF.getContext().getPointerType(InRedPrivs[Cnt]->getType()), in processInReduction()
5237 InRedPrivs[Cnt]->getExprLoc()), in processInReduction()
5238 CGF.ConvertTypeForMem(InRedPrivs[Cnt]->getType()), in processInReduction()