|
LLVM 23.0.0git
|
#include "AArch64.h"#include "AArch64MachineFunctionInfo.h"#include "llvm/CodeGen/LiveIntervals.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineRegisterInfo.h"#include "llvm/CodeGen/Passes.h"#include "llvm/InitializePasses.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "aarch64-post-coalescer" |
Functions | |
| INITIALIZE_PASS_BEGIN (AArch64PostCoalescerLegacy, "aarch64-post-coalescer", "AArch64 Post Coalescer Pass", false, false) INITIALIZE_PASS_END(AArch64PostCoalescerLegacy | |
Variables | |
| aarch64 post | coalescer |
| aarch64 post AArch64 Post Coalescer | Pass |
| aarch64 post AArch64 Post Coalescer | false |
| #define DEBUG_TYPE "aarch64-post-coalescer" |
Definition at line 20 of file AArch64PostCoalescerPass.cpp.
| INITIALIZE_PASS_BEGIN | ( | AArch64PostCoalescerLegacy | , |
| "aarch64-post-coalescer" | , | ||
| "AArch64 Post Coalescer Pass" | , | ||
| false | , | ||
| false | ) |
References INITIALIZE_PASS_DEPENDENCY.
| aarch64 post coalescer |
Definition at line 95 of file AArch64PostCoalescerPass.cpp.
| aarch64 post AArch64 Post Coalescer false |
Definition at line 96 of file AArch64PostCoalescerPass.cpp.
Definition at line 96 of file AArch64PostCoalescerPass.cpp.