|
LLVM 22.0.0git
|
#include "AArch64.h"#include "AArch64InstrInfo.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineInstrBuilder.h"#include "llvm/CodeGen/TargetInstrInfo.h"#include "llvm/Support/Debug.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "aarch64-redundantcondbranch" |
Functions | |
| INITIALIZE_PASS (AArch64RedundantCondBranch, "aarch64-redundantcondbranch", "AArch64 Redundant Conditional Branch Elimination pass", false, false) bool AArch64RedundantCondBranch | |
| #define DEBUG_TYPE "aarch64-redundantcondbranch" |
Definition at line 25 of file AArch64RedundantCondBranchPass.cpp.
| INITIALIZE_PASS | ( | AArch64RedundantCondBranch | , |
| "aarch64-redundantcondbranch" | , | ||
| "AArch64 Redundant Conditional Branch Elimination pass" | , | ||
| false | , | ||
| false | ) |
Definition at line 45 of file AArch64RedundantCondBranchPass.cpp.
References Changed, for(), MBB, llvm::optimizeTerminators(), and TII.