LLVM
8.0.1
lib
Target
AArch64
AArch64MacroFusion.h
Go to the documentation of this file.
1
//===- AArch64MacroFusion.h - AArch64 Macro Fusion ------------------------===//
2
//
3
// The LLVM Compiler Infrastructure
4
//
5
// This file is distributed under the University of Illinois Open Source
6
// License. See LICENSE.TXT for details.
7
//
8
//===----------------------------------------------------------------------===//
9
//
10
/// \file This file contains the AArch64 definition of the DAG scheduling
11
/// mutation to pair instructions back to back.
12
//
13
//===----------------------------------------------------------------------===//
14
15
#include "
llvm/CodeGen/MachineScheduler.h
"
16
17
namespace
llvm
{
18
19
/// Note that you have to add:
20
/// DAG.addMutation(createAArch64MacroFusionDAGMutation());
21
/// to AArch64PassConfig::createMachineScheduler() to have an effect.
22
std::unique_ptr<ScheduleDAGMutation>
createAArch64MacroFusionDAGMutation
();
23
24
}
// llvm
llvm
This class represents lattice values for constants.
Definition:
AllocatorList.h:24
MachineScheduler.h
llvm::createAArch64MacroFusionDAGMutation
std::unique_ptr< ScheduleDAGMutation > createAArch64MacroFusionDAGMutation()
Note that you have to add: DAG.addMutation(createAArch64MacroFusionDAGMutation()); to AArch64PassConf...
Definition:
AArch64MacroFusion.cpp:409
Generated on Sun Dec 20 2020 13:56:09 for LLVM by
1.8.13