LLVM 19.0.0git
Macros | Functions
AArch64BranchTargets.cpp File Reference
#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
 

Macro Definition Documentation

◆ AARCH64_BRANCH_TARGETS_NAME

#define AARCH64_BRANCH_TARGETS_NAME   "AArch64 Branch Targets"

Definition at line 30 of file AArch64BranchTargets.cpp.

◆ DEBUG_TYPE

#define DEBUG_TYPE   "aarch64-branch-targets"

Definition at line 29 of file AArch64BranchTargets.cpp.

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( AArch64BranchTargets  ,
"aarch64-branch-targets"  ,
AARCH64_BRANCH_TARGETS_NAME  ,
false  ,
false   
)