LLVM
15.0.0git
lib
CodeGen
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
14
#include "
llvm/CodeGen/CodeGenPassBuilder.h
"
15
16
using namespace
llvm
;
17
18
namespace
llvm
{
19
#define DUMMY_MACHINE_MODULE_PASS(NAME, PASS_NAME, CONSTRUCTOR) \
20
AnalysisKey PASS_NAME::Key;
21
#include "llvm/CodeGen/MachinePassRegistry.def"
22
#define DUMMY_MACHINE_FUNCTION_PASS(NAME, PASS_NAME, CONSTRUCTOR) \
23
AnalysisKey PASS_NAME::Key;
24
#include "llvm/CodeGen/MachinePassRegistry.def"
25
}
// namespace llvm
llvm
This is an optimization pass for GlobalISel generic memory operations.
Definition:
AddressRanges.h:17
CodeGenPassBuilder.h
Generated on Sat Jul 2 2022 13:35:28 for LLVM by
1.8.17