LLVM
22.0.0git
include
llvm
CodeGen
PostRAHazardRecognizer.h
Go to the documentation of this file.
1
//===- llvm/CodeGen/PostRAHazardRecognizer.h --------------------*- 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 LLVM_CODEGEN_POSTRAHAZARDRECOGNIZER_H
10
#define LLVM_CODEGEN_POSTRAHAZARDRECOGNIZER_H
11
12
#include "
llvm/CodeGen/MachinePassManager.h
"
13
14
namespace
llvm
{
15
16
class
PostRAHazardRecognizerPass
17
:
public
PassInfoMixin
<PostRAHazardRecognizerPass> {
18
public
:
19
PreservedAnalyses
run
(
MachineFunction
&MF,
20
MachineFunctionAnalysisManager
&MFAM);
21
static
bool
isRequired
() {
return
true
; }
22
};
23
24
}
// namespace llvm
25
26
#endif
// LLVM_CODEGEN_POSTRAHAZARDRECOGNIZER_H
MachinePassManager.h
llvm::MachineFunction
Definition
MachineFunction.h:286
llvm::PostRAHazardRecognizerPass
Definition
PostRAHazardRecognizer.h:17
llvm::PostRAHazardRecognizerPass::isRequired
static bool isRequired()
Definition
PostRAHazardRecognizer.h:21
llvm::PostRAHazardRecognizerPass::run
PreservedAnalyses run(MachineFunction &MF, MachineFunctionAnalysisManager &MFAM)
llvm::PreservedAnalyses
A set of analyses that are preserved following a run of a transformation pass.
Definition
Analysis.h:112
llvm
This is an optimization pass for GlobalISel generic memory operations.
Definition
AddressRanges.h:18
llvm::MachineFunctionAnalysisManager
AnalysisManager< MachineFunction > MachineFunctionAnalysisManager
Definition
MachineFunctionAnalysisManager.h:24
llvm::PassInfoMixin
A CRTP mix-in to automatically provide informational APIs needed for passes.
Definition
PassManager.h:70
Generated on
for LLVM by
1.14.0