Home
last modified time | relevance | path

Searched refs:InRedOps (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5173 SmallVector<const Expr *, 4> InRedOps; in EmitOMPTaskBasedDirective() local
5182 InRedOps.emplace_back(*IRed); in EmitOMPTaskBasedDirective()
5193 ReductionCodeGen RedCG(InRedVars, InRedVars, InRedPrivs, InRedOps); in EmitOMPTaskBasedDirective()
5456 SmallVector<const Expr *, 4> InRedOps; in processInReduction() local
5465 InRedOps.emplace_back(*IRed); in processInReduction()
5474 ReductionCodeGen RedCG(InRedVars, InRedVars, InRedPrivs, InRedOps); in processInReduction()