FLANG
|
#include <flang/Common/OpenMP-utils.h>
Public Member Functions | |
bool | isValid () const |
auto | getSyms () const |
auto | getVars () const |
Public Attributes | |
llvm::ArrayRef< mlir::Value > | hostEvalVars |
EntryBlockArgsEntry | inReduction |
EntryBlockArgsEntry | map |
EntryBlockArgsEntry | priv |
EntryBlockArgsEntry | reduction |
EntryBlockArgsEntry | taskReduction |
EntryBlockArgsEntry | useDeviceAddr |
EntryBlockArgsEntry | useDevicePtr |
Structure holding the information needed to create and bind entry block arguments associated to all clauses that can define them.