|
LLVM 23.0.0git
|
#include "AArch64.h"#include "AArch64InstrInfo.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/TargetInstrInfo.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "aarch64-redundantcondbranch" |
Functions | |
| INITIALIZE_PASS (AArch64RedundantCondBranchLegacy, "aarch64-redundantcondbranch", "AArch64 Redundant Conditional Branch Elimination pass", false, false) static bool runAArch64RedundantCondBranch(MachineFunction &MF) | |
| #define DEBUG_TYPE "aarch64-redundantcondbranch" |
Definition at line 23 of file AArch64RedundantCondBranchPass.cpp.
| INITIALIZE_PASS | ( | AArch64RedundantCondBranchLegacy | , |
| "aarch64-redundantcondbranch" | , | ||
| "AArch64 Redundant Conditional Branch Elimination pass" | , | ||
| false | , | ||
| false | ) & |
Definition at line 46 of file AArch64RedundantCondBranchPass.cpp.
References Changed, MBB, llvm::optimizeTerminators(), and TII.