LLVM 22.0.0git
|
#include "AArch64MachineFunctionInfo.h"
#include "AArch64Subtarget.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineJumpTableInfo.h"
#include "llvm/CodeGen/MachineModuleInfo.h"
#include "llvm/Support/Debug.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "aarch64-branch-targets" |
#define | AARCH64_BRANCH_TARGETS_NAME "AArch64 Branch Targets" |
Functions | |
INITIALIZE_PASS (AArch64BranchTargets, "aarch64-branch-targets", AARCH64_BRANCH_TARGETS_NAME, false, false) void AArch64BranchTargets |
#define AARCH64_BRANCH_TARGETS_NAME "AArch64 Branch Targets" |
Definition at line 30 of file AArch64BranchTargets.cpp.
Referenced by INITIALIZE_PASS().
#define DEBUG_TYPE "aarch64-branch-targets" |
Definition at line 29 of file AArch64BranchTargets.cpp.
INITIALIZE_PASS | ( | AArch64BranchTargets | , |
"aarch64-branch-targets" | , | ||
AARCH64_BRANCH_TARGETS_NAME | , | ||
false | , | ||
false | ) |
Definition at line 58 of file AArch64BranchTargets.cpp.
References AARCH64_BRANCH_TARGETS_NAME, and llvm::MachineFunctionPass::getAnalysisUsage().