MLIR 22.0.0git
ACCImplicitData.cpp File Reference
#include "mlir/Dialect/OpenACC/Transforms/Passes.h"
#include "mlir/Analysis/AliasAnalysis.h"
#include "mlir/Dialect/OpenACC/Analysis/OpenACCSupport.h"
#include "mlir/Dialect/OpenACC/OpenACC.h"
#include "mlir/Dialect/OpenACC/OpenACCUtils.h"
#include "mlir/IR/Builders.h"
#include "mlir/IR/BuiltinOps.h"
#include "mlir/IR/Dominance.h"
#include "mlir/IR/Operation.h"
#include "mlir/IR/Value.h"
#include "mlir/Interfaces/FunctionInterfaces.h"
#include "mlir/Interfaces/ViewLikeInterface.h"
#include "mlir/Transforms/RegionUtils.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/TypeSwitch.h"
#include "llvm/Support/ErrorHandling.h"
#include <type_traits>
#include "mlir/Dialect/OpenACC/Transforms/Passes.h.inc"

Go to the source code of this file.

Namespaces

namespace  mlir
 Include the generated interface declarations.
namespace  mlir::acc

Macros

#define GEN_PASS_DEF_ACCIMPLICITDATA
#define DEBUG_TYPE   "acc-implicit-data"

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "acc-implicit-data"

Definition at line 227 of file ACCImplicitData.cpp.

◆ GEN_PASS_DEF_ACCIMPLICITDATA

#define GEN_PASS_DEF_ACCIMPLICITDATA

Definition at line 222 of file ACCImplicitData.cpp.