Lines Matching refs:InRedPrivs
4835 SmallVector<const Expr *, 4> InRedPrivs; in EmitOMPTaskBasedDirective() local
4844 InRedPrivs.emplace_back(*IPriv); in EmitOMPTaskBasedDirective()
4856 ReductionCodeGen RedCG(InRedVars, InRedVars, InRedPrivs, InRedOps); in EmitOMPTaskBasedDirective()
4879 CGF.getContext().getPointerType(InRedPrivs[Cnt]->getType()), in EmitOMPTaskBasedDirective()
4880 InRedPrivs[Cnt]->getExprLoc()), in EmitOMPTaskBasedDirective()
4881 CGF.ConvertTypeForMem(InRedPrivs[Cnt]->getType()), in EmitOMPTaskBasedDirective()
5109 SmallVector<const Expr *, 4> InRedPrivs; in processInReduction() local
5118 InRedPrivs.emplace_back(*IPriv); in processInReduction()
5128 ReductionCodeGen RedCG(InRedVars, InRedVars, InRedPrivs, InRedOps); in processInReduction()
5149 CGF.getContext().getPointerType(InRedPrivs[Cnt]->getType()), in processInReduction()
5150 InRedPrivs[Cnt]->getExprLoc()), in processInReduction()
5151 CGF.ConvertTypeForMem(InRedPrivs[Cnt]->getType()), in processInReduction()