Lines Matching refs:InRedPrivs
4888 SmallVector<const Expr *, 4> InRedPrivs; in EmitOMPTaskBasedDirective() local
4897 InRedPrivs.emplace_back(*IPriv); in EmitOMPTaskBasedDirective()
4909 ReductionCodeGen RedCG(InRedVars, InRedVars, InRedPrivs, InRedOps); in EmitOMPTaskBasedDirective()
4932 CGF.getContext().getPointerType(InRedPrivs[Cnt]->getType()), in EmitOMPTaskBasedDirective()
4933 InRedPrivs[Cnt]->getExprLoc()), in EmitOMPTaskBasedDirective()
4934 CGF.ConvertTypeForMem(InRedPrivs[Cnt]->getType()), in EmitOMPTaskBasedDirective()
5162 SmallVector<const Expr *, 4> InRedPrivs; in processInReduction() local
5171 InRedPrivs.emplace_back(*IPriv); in processInReduction()
5181 ReductionCodeGen RedCG(InRedVars, InRedVars, InRedPrivs, InRedOps); in processInReduction()
5202 CGF.getContext().getPointerType(InRedPrivs[Cnt]->getType()), in processInReduction()
5203 InRedPrivs[Cnt]->getExprLoc()), in processInReduction()
5204 CGF.ConvertTypeForMem(InRedPrivs[Cnt]->getType()), in processInReduction()