FLANG
Fortran::common::openmp::EntryBlockArgs Struct Reference

#include <flang/Support/OpenMP-utils.h>

Public Member Functions

auto getVars () const

Public Attributes

llvm::ArrayRef< mlir::Value > hasDeviceAddrVars
llvm::ArrayRef< mlir::Value > hostEvalVars
llvm::ArrayRef< mlir::Value > inReductionVars
llvm::ArrayRef< mlir::Value > mapVars
llvm::ArrayRef< mlir::Value > privVars
llvm::ArrayRef< mlir::Value > reductionVars
llvm::ArrayRef< mlir::Value > taskReductionVars
llvm::ArrayRef< mlir::Value > useDeviceAddrVars
llvm::ArrayRef< mlir::Value > useDevicePtrVars

Detailed Description

Structure holding the information needed to create and bind entry block arguments associated to all clauses that can define them.


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