LLVM 22.0.0git
MachineFunctionAnalysisManager.h
Go to the documentation of this file.
1//===- llvm/CodeGen/MachineFunctionAnalysisManager.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// Typedef for MachineFunctionAnalysisManager as an explicit instantiation of
10// AnalysisManager<MachineFunction>.
11//
12//===----------------------------------------------------------------------===//
13#ifndef LLVM_CODEGEN_MACHINEFUNCTIONANALYSISMANAGER
14#define LLVM_CODEGEN_MACHINEFUNCTIONANALYSISMANAGER
15
16#include "llvm/IR/PassManager.h"
18
19namespace llvm {
20
21class MachineFunction;
22
25
26} // namespace llvm
27
28#endif
#define LLVM_TEMPLATE_ABI
Definition: Compiler.h:214
This header defines various interfaces for pass management in LLVM.
A container for analyses that lazily runs them and caches their results.
Definition: PassManager.h:255
This is an optimization pass for GlobalISel generic memory operations.
Definition: AddressRanges.h:18
template class LLVM_TEMPLATE_ABI AnalysisManager< MachineFunction >