Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4889 SmallVector<const Expr *, 4> InRedOps; in EmitOMPTaskBasedDirective() local
4898 InRedOps.emplace_back(*IRed); in EmitOMPTaskBasedDirective()
4909 ReductionCodeGen RedCG(InRedVars, InRedVars, InRedPrivs, InRedOps); in EmitOMPTaskBasedDirective()
5163 SmallVector<const Expr *, 4> InRedOps; in processInReduction() local
5172 InRedOps.emplace_back(*IRed); in processInReduction()
5181 ReductionCodeGen RedCG(InRedVars, InRedVars, InRedPrivs, InRedOps); in processInReduction()