1//===- llvm/CodeGen/MachineFunctionAnalysisManager.h ------------*- C++ -*-===//
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
7//===----------------------------------------------------------------------===//
9// Typedef for MachineFunctionAnalysisManager as an explicit instantiation of
10// AnalysisManager<MachineFunction>.
12//===----------------------------------------------------------------------===//
13#ifndef LLVM_CODEGEN_MACHINEFUNCTIONANALYSISMANAGER
14#define LLVM_CODEGEN_MACHINEFUNCTIONANALYSISMANAGER
#define LLVM_TEMPLATE_ABI
This header defines various interfaces for pass management in LLVM.
A container for analyses that lazily runs them and caches their results.
This is an optimization pass for GlobalISel generic memory operations.
AnalysisManager< MachineFunction > MachineFunctionAnalysisManager