|
LLVM 22.0.0git
|
#include "ARM.h"#include "ARMInstrInfo.h"#include "ARMMachineFunctionInfo.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 "arm-branch-targets" |
| #define | ARM_BRANCH_TARGETS_NAME "ARM Branch Targets" |
Functions | |
| INITIALIZE_PASS (ARMBranchTargets, "arm-branch-targets", ARM_BRANCH_TARGETS_NAME, false, false) void ARMBranchTargets | |
| #define ARM_BRANCH_TARGETS_NAME "ARM Branch Targets" |
Definition at line 29 of file ARMBranchTargets.cpp.
Referenced by INITIALIZE_PASS().
| #define DEBUG_TYPE "arm-branch-targets" |
Definition at line 28 of file ARMBranchTargets.cpp.
| INITIALIZE_PASS | ( | ARMBranchTargets | , |
| "arm-branch-targets" | , | ||
| ARM_BRANCH_TARGETS_NAME | , | ||
| false | , | ||
| false | ) |
Definition at line 47 of file ARMBranchTargets.cpp.
References ARM_BRANCH_TARGETS_NAME, and llvm::MachineFunctionPass::getAnalysisUsage().