MLIR 23.0.0git
Dominance.h
Go to the documentation of this file.
1//===- Dominance.h - C API wrap/unwrap for Dominance -------------*- C++ -*===//
2//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6//
7//===----------------------------------------------------------------------===//
8
9#ifndef MLIR_CAPI_DOMINANCE_H
10#define MLIR_CAPI_DOMINANCE_H
11
12#include "mlir-c/Dominance.h"
13#include "mlir/CAPI/Wrap.h"
14#include "mlir/IR/Dominance.h"
15
18
19#endif // MLIR_CAPI_DOMINANCE_H
#define DEFINE_C_API_PTR_METHODS(name, cpptype)
Definition Wrap.h:25
A class for computing basic dominance information.
Definition Dominance.h:143
A class for computing basic postdominance information.
Definition Dominance.h:207