MLIR 22.0.0git
OpenACCUtils.cpp File Reference
#include "mlir/Dialect/OpenACC/OpenACCUtils.h"
#include "mlir/Dialect/OpenACC/OpenACC.h"
#include "mlir/Interfaces/ViewLikeInterface.h"
#include "llvm/ADT/TypeSwitch.h"
#include "llvm/Support/Casting.h"

Go to the source code of this file.

Functions

template<typename OpTy>
static bool isOnlyUsedByOpClauses (mlir::Value val, mlir::Region &region)

Function Documentation

◆ isOnlyUsedByOpClauses()

template<typename OpTy>
bool isOnlyUsedByOpClauses ( mlir::Value val,
mlir::Region & region )
static