Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4836 SmallVector<const Expr *, 4> InRedOps; in EmitOMPTaskBasedDirective() local
4845 InRedOps.emplace_back(*IRed); in EmitOMPTaskBasedDirective()
4856 ReductionCodeGen RedCG(InRedVars, InRedVars, InRedPrivs, InRedOps); in EmitOMPTaskBasedDirective()
5110 SmallVector<const Expr *, 4> InRedOps; in processInReduction() local
5119 InRedOps.emplace_back(*IRed); in processInReduction()
5128 ReductionCodeGen RedCG(InRedVars, InRedVars, InRedPrivs, InRedOps); in processInReduction()