LLVM 19.0.0git
CodeGenPassBuilder.cpp
Go to the documentation of this file.
1//===--- CodeGenPassBuilder.cpp --------------------------------------- ---===//
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// This file defines interfaces to access the target independent code
10// generation passes provided by the LLVM backend.
11//
12//===---------------------------------------------------------------------===//
13
15
16using namespace llvm;
17
18namespace llvm {
19#define DUMMY_MACHINE_FUNCTION_ANALYSIS(NAME, CREATE_PASS) \
20 AnalysisKey PASS_NAME::Key;
21#include "llvm/Passes/MachinePassRegistry.def"
22} // namespace llvm
Interfaces for producing common pass manager configurations.
This is an optimization pass for GlobalISel generic memory operations.
Definition: AddressRanges.h:18