clang 22.0.0git
|
#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 |
Definition at line 1227 of file CGOpenMPRuntime.h.
llvm::SmallVector<bool, 8> clang::CodeGen::CGOpenMPRuntime::ReductionOptionsTy::IsPrivateVarReduction |
Definition at line 1230 of file CGOpenMPRuntime.h.
Referenced by clang::CodeGen::CGOpenMPRuntime::emitReduction().
OpenMPDirectiveKind clang::CodeGen::CGOpenMPRuntime::ReductionOptionsTy::ReductionKind |
Definition at line 1231 of file CGOpenMPRuntime.h.
Referenced by clang::CodeGen::CGOpenMPRuntimeGPU::emitReduction().
bool clang::CodeGen::CGOpenMPRuntime::ReductionOptionsTy::SimpleReduction |
Definition at line 1229 of file CGOpenMPRuntime.h.
Referenced by clang::CodeGen::CGOpenMPRuntime::emitReduction(), clang::CodeGen::CGOpenMPRuntimeGPU::emitReduction(), and clang::CodeGen::CGOpenMPSIMDRuntime::emitReduction().
bool clang::CodeGen::CGOpenMPRuntime::ReductionOptionsTy::WithNowait |
Definition at line 1228 of file CGOpenMPRuntime.h.
Referenced by clang::CodeGen::CGOpenMPRuntime::emitReduction().