clang 22.0.0git
clang::CodeGen::CGOpenMPRuntime::ReductionOptionsTy Struct Reference

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CGOpenMPRuntime.h"

Public Attributes

bool WithNowait
bool SimpleReduction
llvm::SmallVector< bool, 8 > IsPrivateVarReduction
OpenMPDirectiveKind ReductionKind

Detailed Description

Definition at line 1227 of file CGOpenMPRuntime.h.

Member Data Documentation

◆ IsPrivateVarReduction

llvm::SmallVector<bool, 8> clang::CodeGen::CGOpenMPRuntime::ReductionOptionsTy::IsPrivateVarReduction

Definition at line 1230 of file CGOpenMPRuntime.h.

Referenced by clang::CodeGen::CGOpenMPRuntime::emitReduction().

◆ ReductionKind

OpenMPDirectiveKind clang::CodeGen::CGOpenMPRuntime::ReductionOptionsTy::ReductionKind

◆ SimpleReduction

bool clang::CodeGen::CGOpenMPRuntime::ReductionOptionsTy::SimpleReduction

◆ WithNowait

bool clang::CodeGen::CGOpenMPRuntime::ReductionOptionsTy::WithNowait

Definition at line 1228 of file CGOpenMPRuntime.h.

Referenced by clang::CodeGen::CGOpenMPRuntime::emitReduction().


The documentation for this struct was generated from the following file: