LLVM
20.0.0git
include
llvm
CodeGen
MachineConvergenceVerifier.h
Go to the documentation of this file.
1
//===- MachineConvergenceVerifier.h - Verify convergencectrl ----*- 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
/// \file
9
///
10
/// This file declares the MIR specialization of the GenericConvergenceVerifier
11
/// template.
12
///
13
//===----------------------------------------------------------------------===//
14
15
#ifndef LLVM_CODEGEN_MACHINECONVERGENCEVERIFIER_H
16
#define LLVM_CODEGEN_MACHINECONVERGENCEVERIFIER_H
17
18
#include "
llvm/ADT/GenericConvergenceVerifier.h
"
19
#include "
llvm/CodeGen/MachineSSAContext.h
"
20
21
namespace
llvm
{
22
23
using
MachineConvergenceVerifier
=
24
GenericConvergenceVerifier<MachineSSAContext>
;
25
26
}
// namespace llvm
27
28
#endif
// LLVM_CODEGEN_MACHINECONVERGENCEVERIFIER_H
GenericConvergenceVerifier.h
A verifier for the static rules of convergence control tokens that works with both LLVM IR and MIR.
MachineSSAContext.h
This file declares a specialization of the GenericSSAContext<X> template class for Machine IR.
llvm::GenericConvergenceVerifier
Definition:
GenericConvergenceVerifier.h:23
llvm
This is an optimization pass for GlobalISel generic memory operations.
Definition:
AddressRanges.h:18
Generated on Mon Nov 11 2024 15:18:34 for LLVM by
1.9.6