Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4916 SmallVector<const Expr *, 4> InRedOps; in EmitOMPTaskBasedDirective() local
4925 InRedOps.emplace_back(*IRed); in EmitOMPTaskBasedDirective()
4936 ReductionCodeGen RedCG(InRedVars, InRedVars, InRedPrivs, InRedOps); in EmitOMPTaskBasedDirective()
5197 SmallVector<const Expr *, 4> InRedOps; in processInReduction() local
5206 InRedOps.emplace_back(*IRed); in processInReduction()
5215 ReductionCodeGen RedCG(InRedVars, InRedVars, InRedPrivs, InRedOps); in processInReduction()