clang  10.0.0git
Public Attributes | List of all members
clang::CodeGen::ReductionOptionsTy Struct Reference

#include "/work/www-prereleases/10.0.0/rc2/docsbuild/clang/lib/CodeGen/CGOpenMPRuntime.h"

Collaboration diagram for clang::CodeGen::ReductionOptionsTy:
[legend]

Public Attributes

bool WithNowait
 
bool SimpleReduction
 
OpenMPDirectiveKind ReductionKind
 

Detailed Description

Definition at line 1326 of file CGOpenMPRuntime.h.

Member Data Documentation

◆ ReductionKind

OpenMPDirectiveKind clang::CodeGen::ReductionOptionsTy::ReductionKind

Definition at line 1329 of file CGOpenMPRuntime.h.

◆ SimpleReduction

bool clang::CodeGen::ReductionOptionsTy::SimpleReduction

Definition at line 1328 of file CGOpenMPRuntime.h.

Referenced by clang::CGOpenMPSIMDRuntime::emitReduction().

◆ WithNowait

bool clang::CodeGen::ReductionOptionsTy::WithNowait

Definition at line 1327 of file CGOpenMPRuntime.h.


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