Searched refs:InRedOps (Results 1 – 1 of 1) sorted by relevance
4973 SmallVector<const Expr *, 4> InRedOps; in EmitOMPTaskBasedDirective() local4982 InRedOps.emplace_back(*IRed); in EmitOMPTaskBasedDirective()4993 ReductionCodeGen RedCG(InRedVars, InRedVars, InRedPrivs, InRedOps); in EmitOMPTaskBasedDirective()5254 SmallVector<const Expr *, 4> InRedOps; in processInReduction() local5263 InRedOps.emplace_back(*IRed); in processInReduction()5272 ReductionCodeGen RedCG(InRedVars, InRedVars, InRedPrivs, InRedOps); in processInReduction()