Searched refs:InRedPrivs (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 4888 SmallVector<const Expr *, 4> InRedPrivs; in EmitOMPTaskBasedDirective() local 4897 InRedPrivs.emplace_back(*IPriv); in EmitOMPTaskBasedDirective() 4909 ReductionCodeGen RedCG(InRedVars, InRedVars, InRedPrivs, InRedOps); in EmitOMPTaskBasedDirective() 4932 CGF.getContext().getPointerType(InRedPrivs[Cnt]->getType()), in EmitOMPTaskBasedDirective() 4933 InRedPrivs[Cnt]->getExprLoc()), in EmitOMPTaskBasedDirective() 4934 CGF.ConvertTypeForMem(InRedPrivs[Cnt]->getType()), in EmitOMPTaskBasedDirective() 5162 SmallVector<const Expr *, 4> InRedPrivs; in processInReduction() local 5171 InRedPrivs.emplace_back(*IPriv); in processInReduction() 5181 ReductionCodeGen RedCG(InRedVars, InRedVars, InRedPrivs, InRedOps); in processInReduction() 5202 CGF.getContext().getPointerType(InRedPrivs[Cnt]->getType()), in processInReduction() [all …]
|